[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
bf9599c4ee
commit
d490f4b717
@ -13,7 +13,6 @@ steps:
|
||||
|
||||
# registery and repos
|
||||
registry: 'docker.io'
|
||||
cache_from: 'rakepanorama/start-simoncor-net'
|
||||
repo: 'rakepanorama/start-simoncor-net'
|
||||
|
||||
# build stuff
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user