Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov committed Feb 6, 2024
1 parent a5d30a0 commit 386fc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micro-ui/web/packages/core/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ ENV WORK_DIR=/var/web/core-digit-ui
RUN mkdir -p ${WORK_DIR}


COPY --from=build /app/build ${WORK_DIR}/
COPY --from=build /app/dist ${WORK_DIR}/
COPY --from=build /app/docker/nginx.conf /etc/nginx/conf.d/default.conf

0 comments on commit 386fc69

Please sign in to comment.