[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:14:45 +01:00
parent ffbafd0ae6
commit bf9599c4ee

View File

@ -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", "--root=/site/public/"]