Compare commits
2 commits
032c4900d0
...
b0e35c574c
Author | SHA1 | Date | |
---|---|---|---|
b0e35c574c | |||
a3b1d94823 |
2 changed files with 2 additions and 3 deletions
|
@ -3,6 +3,7 @@ WORKDIR /app
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN npm i -g pnpm
|
||||
RUN pnpm install
|
||||
RUN pnpm run build
|
||||
|
||||
|
|
|
@ -2,10 +2,8 @@ services:
|
|||
app:
|
||||
image: ${IMAGE}
|
||||
ports:
|
||||
- "${APP_PORT}:3000"
|
||||
- "${APP_PORT}:4321"
|
||||
environment:
|
||||
- HOST=0.0.0.0
|
||||
- PORT=3000
|
||||
- SMTP_HOST=${SMTP_HOST}
|
||||
- SMTP_PORT=${SMTP_PORT}
|
||||
- SMTP_USER=${SMTP_USER}
|
||||
|
|
Loading…
Add table
Reference in a new issue