[Global] Use sws instead of hugo server
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2022-11-01 17:13:13 +01:00
parent 0a82545dd5
commit ffbafd0ae6

View File

@ -43,5 +43,4 @@ EXPOSE 80
# start static-web-server # start static-web-server
ENTRYPOINT ["/usr/local/bin/sws"] ENTRYPOINT ["/usr/local/bin/sws", "--root /site/public/"]
CMD ["-d /site/public/", "-p 80"]