Expose port 8000
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user