1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 07:25:24 +02:00

Keep legacy start

This commit is contained in:
NavyStack 2023-12-20 23:26:03 +09:00
parent 0f36ecc66c
commit 8d5f02f920

View file

@ -37,6 +37,7 @@ USER node
WORKDIR /app
COPY --chown=node:node docker-entrypoint.sh .
COPY --chown=node:node start.sh .
COPY --chown=node:node server .
RUN mv .env.sample .env