Skip to content

Commit

Permalink
fix: revert dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod committed Jan 13, 2021
1 parent 5fa899a commit ce6f463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/docker/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM go
FROM klakegg/hugo:0.80.0

LABEL org.opencontainers.image.source="https://github.com/ironpeakservices/iron-chart-hugo"

WORKDIR /site
USER 1000
ENTRYPOINT ["hugo", "serve", "--port=8080", "--bind=0.0.0.0", "--gc", "--source /site", "--config /site/config/dev.yaml"]
EXPOSE 8080
EXPOSE 8080

0 comments on commit ce6f463

Please sign in to comment.