feat: 🐳 Change docker file
This commit is contained in:
parent
a987d8235d
commit
7f71d5a96a
@ -36,7 +36,6 @@ USER node
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Expose the port that the application listens on.
|
# Expose the port that the application listens on.
|
||||||
EXPOSE 3000
|
|
||||||
|
|
||||||
# Run the application.
|
# Run the application.
|
||||||
CMD pnpm start
|
CMD pnpm start
|
||||||
|
@ -13,8 +13,6 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
ports:
|
|
||||||
- 3000:3000
|
|
||||||
|
|
||||||
# The commented out section below is an example of how to define a PostgreSQL
|
# 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
|
# database that your application can use. `depends_on` tells Docker Compose to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user