add EXPOSE statement to Dockerfile to indicate the port
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b4061fc1ac
commit
a319e9f878
1 changed files with 1 additions and 0 deletions
|
@ -12,3 +12,4 @@ COPY --from=build /app/build /app
|
|||
COPY data /app/data
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
HEALTHCHECK CMD curl -fsS -m 10 -o /dev/null http://localhost:8080
|
||||
EXPOSE 8080/tcp
|
||||
|
|
Loading…
Reference in a new issue