SHELL ["/bin/bash", "-c"]

This commit is contained in:
ShaoBo Wan(無尘) 2023-10-11 11:29:58 +08:00 committed by GitHub
parent 3553bcbadc
commit ea168ccb29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,8 @@ USER root
# Add application
WORKDIR /app
SHELL ["/bin/bash", "-c"]
# Expose the port nginx is reachable on
EXPOSE 8080