Merge pull request #85 from lasat/develop

Add 'expose 80' to Dockerfile
This commit is contained in:
gruberroland 2020-02-05 20:37:14 +01:00 committed by GitHub
commit 64b41eb8e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ FROM debian:buster-slim
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
ARG LAM_RELEASE=7.0
EXPOSE 80
ENV \
DEBIAN_FRONTEND=noninteractive \