feature/docker #1

Merged
lgallet merged 2 commits from feature/docker into main 2024-02-27 10:43:05 +00:00
2 changed files with 0 additions and 3 deletions
Showing only changes of commit 7f71d5a96a - Show all commits

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