Skip to content

Commit

Permalink
revert dockerifle
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Nov 7, 2024
1 parent 11b1efd commit 5853200
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/wCCD/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ RUN if [ "$NETWORK" = "testnet" ]; then yarn build; fi
RUN if [ "$NETWORK" = "mainnet" ]; then yarn build-prod; fi

FROM nginx
LABEL build_image="${build_image}"
COPY --from=build ./app/dist ./usr/share/nginx/html
COPY ./nginx.conf /etc/nginx/conf.d/default.conf

0 comments on commit 5853200

Please sign in to comment.