feat: 🐳 Change docker file

This commit is contained in:
Louis Gallet 2024-02-26 14:51:13 +01:00
parent a987d8235d
commit 7f71d5a96a
Signed by: lgallet
GPG Key ID: 84D3DF1528A84511
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

View File

@ -13,8 +13,6 @@ services:
context: .
environment:
NODE_ENV: production
ports:
- 3000:3000
# The commented out section below is an example of how to define a PostgreSQL
# database that your application can use. `depends_on` tells Docker Compose to