parent
1da317bcc1
commit
6306a433e8
3 changed files with 8 additions and 1 deletions
|
@ -63,6 +63,7 @@ COPY --chown=app:app server server
|
|||
COPY --chown=app:app --from=builder /app/dist dist
|
||||
|
||||
RUN npm ci --production && npm cache clean --force
|
||||
RUN mkdir -p /app/.config/configstore
|
||||
RUN ln -s dist/version.json version.json
|
||||
|
||||
ENV PORT=1443
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue