This commit is contained in:
Danny Coates 2019-06-03 12:25:09 -07:00
parent 2963b2fc05
commit b1f1b9bd19
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,7 @@ USER app
WORKDIR /app
COPY --chown=app:app --from=builder /app .
COPY --chown=app:app . .
RUN ln -s dist/version.json version.json
ENV PORT=1443
EXPOSE $PORT