Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Jul 9, 2020
1 parent c694e48 commit 8266815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/run.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM nginx:1.13

ARG APP_NAME

COPY app/out/$APP_NAME /usr/share/nginx/html
COPY out/$APP_NAME /usr/share/nginx/html
COPY docker/nginx.conf /etc/nginx/nginx.conf
COPY docker/nginx.default.conf /etc/nginx/conf.d/default.conf

Expand Down

0 comments on commit 8266815

Please sign in to comment.