Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cogentapps authored Mar 14, 2023
1 parent 68e4a53 commit 2f33de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
COPY --from=build /app/build /app/public

0 comments on commit 2f33de6

Please sign in to comment.