v3.0.12
This commit is contained in:
parent
2963b2fc05
commit
b1f1b9bd19
3 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,7 @@ USER app
|
|||
WORKDIR /app
|
||||
COPY --chown=app:app --from=builder /app .
|
||||
COPY --chown=app:app . .
|
||||
RUN ln -s dist/version.json version.json
|
||||
|
||||
ENV PORT=1443
|
||||
EXPOSE $PORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue