Browse Source
Merge pull request #85 from lasat/develop
Add 'expose 80' to Dockerfile
pull/86/head
gruberroland
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
lam-packaging/docker/Dockerfile
|
|
@ -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 \ |
|
|
|