Update Dockerfile

main
Cogent Apps 2023-03-14 14:38:56 -07:00 committed by GitHub
parent 9944ab190a
commit d1e5a0cda8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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