feat: 🐳 Change docker file
This commit is contained in:
parent
a987d8235d
commit
7f71d5a96a
@ -36,7 +36,6 @@ USER node
|
||||
COPY . .
|
||||
|
||||
# Expose the port that the application listens on.
|
||||
EXPOSE 3000
|
||||
|
||||
# Run the application.
|
||||
CMD pnpm start
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user