Skip to content

Commit

Permalink
Frist Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidpavan committed Aug 8, 2021
1 parent f7d7543 commit 2432c32
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 @@ -6,6 +6,6 @@ RUN npm install
RUN npm run build

FROM nginx
RUN mkdir -p /var/www/html
COPY --from=BUILD /frontend /var/www/html
RUN mkdir -p /var/www/html/frontend
COPY --from=BUILD /frontend /var/www/html/frontend
COPY todo-docker.conf /etc/nginx/conf.d/default.conf

0 comments on commit 2432c32

Please sign in to comment.