Skip to content

Commit

Permalink
create configstore dir in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycoates committed Aug 8, 2019
1 parent 96c750c commit 966d7a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ USER app
WORKDIR /app
COPY --chown=app:app --from=builder /app .
COPY --chown=app:app . .
RUN mkdir -p /app/.config/configstore
RUN ln -s dist/version.json version.json

ENV PORT=1443
Expand Down

0 comments on commit 966d7a5

Please sign in to comment.