[Dockerfile] Fixed entrypoint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2022-11-01 17:26:28 +01:00
parent bf9599c4ee
commit d490f4b717
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ steps:
# registery and repos
registry: 'docker.io'
cache_from: 'rakepanorama/start-simoncor-net'
repo: 'rakepanorama/start-simoncor-net'
# build stuff

View File

@ -35,7 +35,7 @@ RUN set -e \
# generate site
RUN set -e \
$$ /usr/local/bin/hugo --source=/site/
&& /usr/local/bin/hugo --source=/site/
# expose 80