feat: 🐳 Change docker file

This commit is contained in:
2024-02-26 14:51:13 +01:00
parent a987d8235d
commit 7f71d5a96a
2 changed files with 0 additions and 3 deletions

View File

@ -36,7 +36,6 @@ USER node
COPY . .
# Expose the port that the application listens on.
EXPOSE 3000
# Run the application.
CMD pnpm start