nginx: add explicit command for nginx
This commit is contained in:
parent
2a054895a8
commit
ccb628f516
1 changed files with 2 additions and 0 deletions
|
|
@ -34,3 +34,5 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf
|
|||
|
||||
# Expose the nginx port
|
||||
EXPOSE 4173
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue