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 2f33de6 commit 9944ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 && 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

0 comments on commit 9944ab1

Please sign in to comment.