Update Dockerfile
parent
68e4a5357c
commit
2f33de691b
|
@ -34,6 +34,6 @@ RUN npm install
|
||||||
|
|
||||||
COPY ./server/src ./src
|
COPY ./server/src ./src
|
||||||
|
|
||||||
RUN CI=true cd /app && npm run start
|
RUN CI=true cd /app && mkdir data && npm run start && rm -rf data
|
||||||
|
|
||||||
COPY --from=build /app/build /app/public
|
COPY --from=build /app/build /app/public
|
||||||
|
|
Loading…
Reference in New Issue