Swap to using 'dist' instead of 'www'
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m31s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m31s
This commit is contained in:
parent
47da41c1e3
commit
498992413d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM nginx:latest
|
FROM nginx:latest
|
||||||
|
|
||||||
COPY www /usr/share/nginx/html
|
COPY dist /usr/share/nginx/html
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue