Packaging fixes

This commit is contained in:
Vincent Fiduccia
2018-04-12 21:48:52 -07:00
parent d1752b4c7c
commit ed8036e10f
4 changed files with 5 additions and 5 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"]