Fix exposed port
All checks were successful
Build and Publish Docker Image / build (push) Successful in 21s

This commit is contained in:
2026-05-18 02:02:31 -06:00
parent 80ded6fde7
commit 2192b9bff1

View File

@@ -35,5 +35,5 @@ WORKDIR /usr/share/nginx/html
# Copy HTML from previous build into the Workdir. # Copy HTML from previous build into the Workdir.
COPY --from=build /opt/HugoApp/public . COPY --from=build /opt/HugoApp/public .
# Expose port 80 # Expose port 8080
EXPOSE 80/tcp EXPOSE 8080/tcp