Swap to using 'dist' instead of 'www'
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m31s

This commit is contained in:
Cameron Redmore 2025-08-07 23:39:36 +01:00
parent 47da41c1e3
commit 498992413d
No known key found for this signature in database

View file

@ -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