Skip to content

Commit

Permalink
Fix path to the dist folder in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
D3X committed Feb 2, 2024
1 parent acebb2f commit 09f724c
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
@@ -1,2 +1,2 @@
FROM nginx
COPY dist /usr/share/nginx/html
COPY ./dist /usr/share/nginx/html

0 comments on commit 09f724c

Please sign in to comment.