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
|
WORKDIR /app
|
||||||
COPY --chown=app:app --from=builder /app .
|
COPY --chown=app:app --from=builder /app .
|
||||||
COPY --chown=app:app . .
|
COPY --chown=app:app . .
|
||||||
|
RUN mkdir -p /app/.config/configstore
|
||||||
RUN ln -s dist/version.json version.json
|
RUN ln -s dist/version.json version.json
|
||||||
|
|
||||||
ENV PORT=1443
|
ENV PORT=1443
|
||||||
|
|
Loading…
Reference in a new issue