Expose port 80 within dockerfile

This commit is contained in:
Thomas Boerger 2016-11-09 09:41:55 +01:00
parent 0858f77060
commit d9cd49e97c
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
FROM alpine:edge
EXPOSE 80
RUN apk update && \
apk add \