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