Skip to content

Commit

Permalink
Merge pull request #146 from maticnetwork/DEVOPS-2879
Browse files Browse the repository at this point in the history
updating Dockerfile
  • Loading branch information
sreevalsanmr authored Jun 3, 2024
2 parents 9511d9b + d700387 commit 7238bbb
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 @@ -3,7 +3,7 @@ FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf

WORKDIR /usr/share/nginx/html
COPY network .
COPY network /usr/share/nginx/html/network
COPY index.html .
RUN rm -rf .git*

Expand Down

0 comments on commit 7238bbb

Please sign in to comment.