24
1
Fork 0

create configstore dir in docker container

This commit is contained in:
Danny Coates 2019-08-08 10:42:57 -07:00
parent 96c750c098
commit 966d7a5e35
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 1 additions and 0 deletions

View File

@ -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