Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mawoka authored May 18, 2021
1 parent dbc4504 commit af697d6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ RUN yarn && \
FROM alpine
WORKDIR /app

ENV MW_ENV prod
ENV MW_SMTP_HOST ''
ENV MW_SMTP_PORT ''
ENV MW_SMTP_USER ''
ENV MW_SMTP_PASS ''
ENV MW_SMTP_TLS 'false'
ENV MW_WEB_LISTEN_V4 '0.0.0.0:3000'
ENV MW_WEB_PUBLIC_URK 'http://localhost:3000'
ENV MW_SECURITY_PEPPER ''
ENV MW_SECURITY_ALLOW_SIGNUP 'true
ENV MW_SECURITY_VERIFY_USERS 'true
ENV MW_SECURITY_VERIFY_SENDERS 'true
ENV MW_STORE_PATH '/data/data.json.db'
ENV MW_ENV=prod
ENV MW_SMTP_HOST=
ENV MW_SMTP_PORT=
ENV MW_SMTP_USER=
ENV MW_SMTP_PASS=
ENV MW_SMTP_TLS=false
ENV MW_WEB_LISTEN_V4=0.0.0.0:3000
ENV MW_WEB_PUBLIC_URK=http://localhost:3000
ENV MW_SECURITY_PEPPER=
ENV MW_SECURITY_ALLOW_SIGNUP=true
ENV MW_SECURITY_VERIFY_USERS=true
ENV MW_SECURITY_VERIFY_SENDERS=true
ENV MW_STORE_PATH=/data/data.json.db

ADD config.yml .
COPY --from=api-build-env /app .
Expand Down

0 comments on commit af697d6

Please sign in to comment.