create configstore dir in docker container
This commit is contained in:
parent
96c750c098
commit
966d7a5e35
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue