Update Dockerfile

main
Cogent Apps 2023-03-14 14:16:40 -07:00 committed by GitHub
parent 68e4a5357c
commit 2f33de691b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -34,6 +34,6 @@ RUN npm install
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