Compare commits

..

No commits in common. "b0e35c574cec01352b572cf12d6589358fb0a3cb" and "032c4900d07788753077e6ddace284990bcfb374" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,6 @@ WORKDIR /app
COPY . .
RUN npm i -g pnpm
RUN pnpm install
RUN pnpm run build

View file

@ -2,8 +2,10 @@ services:
app:
image: ${IMAGE}
ports:
- "${APP_PORT}:4321"
- "${APP_PORT}:3000"
environment:
- HOST=0.0.0.0
- PORT=3000
- SMTP_HOST=${SMTP_HOST}
- SMTP_PORT=${SMTP_PORT}
- SMTP_USER=${SMTP_USER}