Packaging fixes

This commit is contained in:
Vincent Fiduccia
2018-04-12 21:51:45 -07:00
parent d1752b4c7c
commit b5ce2d7048
6 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ RUN ln -s /site/config.toml /run \
COPY gulpfile.babel.js /run/
# Expose default hugo port
EXPOSE 9000
EXPOSE 9001
ENTRYPOINT ["gulp"]
CMD ["dev"]