Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ety001 committed Jul 5, 2020
1 parent e2c3639 commit dd5e708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN cd /app && \
FROM nginx:latest
WORKDIR /app
EXPOSE 80
COPY --from=0 /steemconnect/docker_config/nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=0 /steemconnect/www /app
COPY --from=0 /app/docker_config/nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=0 /app/www /app
STOPSIGNAL SIGINT
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit dd5e708

Please sign in to comment.