Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Fix new build path
Browse files Browse the repository at this point in the history
Signed-off-by: Sirbu Nicolae-Cezar <sirbunicolaecezar@gmail.com>
  • Loading branch information
sarbull committed Sep 23, 2022
1 parent 9dd81bb commit 9cbdc83
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
Expand Up @@ -27,6 +27,6 @@ LABEL org.opencontainers.image.vendor = "odpi" \
org.opencontainers.image.ext.docker.params = ""

# Just copy the built files & serve via nginx
COPY dist/ /var/www/
COPY build/ /var/www/
COPY etc/nginx.conf /etc/nginx/conf.d/default.conf
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 9cbdc83

Please sign in to comment.