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

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