[Dockerfile] Fixed entrypoint
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
d490f4b717
commit
f55a635f43
@ -43,4 +43,4 @@ EXPOSE 80
|
|||||||
|
|
||||||
|
|
||||||
# start static-web-server
|
# start static-web-server
|
||||||
ENTRYPOINT ["/usr/local/bin/sws", "--root=/site/public/"]
|
ENTRYPOINT ["/usr/local/bin/sws", "--host=0.0.0.0", "--log-level info", "--port=80", "--root=/site/public/"]
|
||||||
|
Loading…
Reference in New Issue
Block a user