Update Dockerfile

This commit is contained in:
Mauricio Siu 2024-08-17 22:24:39 -06:00 committed by GitHub
parent 3e12e1b1b3
commit 31a66ce798
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ RUN curl -sSL https://nixpacks.com/install.sh -o install.sh \
&& pnpm install -g tsx
# Install buildpacks
COPY --from=buildpacksio/pack:latest /usr/local/bin/pack /usr/local/bin/pack
COPY --from=buildpacksio/pack:0.35.0 /usr/local/bin/pack /usr/local/bin/pack
EXPOSE 3000
CMD [ "pnpm", "start" ]