Skip to content

Commit

Permalink
Merge pull request #3 from paradeum-team/dev
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
ss75710541 authored Mar 24, 2023
2 parents f616433 + c0ecd82 commit 41ff377
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 @@ -15,7 +15,7 @@ RUN echo $VERSION > /version

COPY --from=0 source/dist/ /usr/share/nginx/html/
# update custom nginx conf reason by vue-router
COPY --from=0 source/default.conf /etc/nginx/conf.d/
#COPY --from=0 source/default.conf /etc/nginx/conf.d/
# run script
COPY --from=0 source/entrypoint.sh /

Expand Down

0 comments on commit 41ff377

Please sign in to comment.