Fix exposed port
All checks were successful
Build and Publish Docker Image / build (push) Successful in 21s
All checks were successful
Build and Publish Docker Image / build (push) Successful in 21s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user