diff --git a/Dockerfile b/Dockerfile index 05c914f..c6c38f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,5 +35,5 @@ WORKDIR /usr/share/nginx/html # Copy HTML from previous build into the Workdir. COPY --from=build /opt/HugoApp/public . -# Expose port 80 -EXPOSE 80/tcp +# Expose port 8080 +EXPOSE 8080/tcp