Update Dockerfile

This commit is contained in:
Cogent Apps
2023-03-14 14:34:50 -07:00
committed by GitHub
parent 2f33de691b
commit 9944ab190a

View File

@@ -34,6 +34,6 @@ RUN npm install
COPY ./server/src ./src
RUN CI=true cd /app && mkdir data && npm run start && rm -rf data
RUN CI=true bash -c "cd /app && mkdir data && npm run start && rm -rf data"
COPY --from=build /app/build /app/public