Browse Source

Expose port 8000

master
Julian Ospald 6 years ago
parent
commit
c3e578436d
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Dockerfile

+ 2
- 0
Dockerfile View File

@@ -6,4 +6,6 @@ RUN cabal update && cabal install hakyll
COPY ./run.sh /usr/local/bin/run.sh
RUN chmod +x /usr/local/bin/run.sh

EXPOSE 8000

ENTRYPOINT ["run.sh"]

Loading…
Cancel
Save