Update Dockerfile

Expose port 80
pull/5/head
Angel 5 years ago committed by GitHub
parent a78bfb69d9
commit 99d0c1f4e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,3 +24,5 @@ RUN apt-get update && apt-get install -y \
ADD run-jikan.sh ./ ADD run-jikan.sh ./
ENTRYPOINT ["./run-jikan.sh"] ENTRYPOINT ["./run-jikan.sh"]
EXPOSE 80

Loading…
Cancel
Save