Skip to content

Commit

Permalink
added copy cmd to docker to fix build issues (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesha22 authored Sep 19, 2023
1 parent 73bc7c7 commit 329fa25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ WORKDIR /usr/app
ARG APP_ENV
COPY --from=builder /app/build ./build
COPY package.json ./
COPY --from=builder /app/config.json.default /usr/app/config.json
RUN npm install
USER node
ENV NODE_ENV="production"
Expand Down

0 comments on commit 329fa25

Please sign in to comment.