Merge pull request #32 from petersmythe/patch-1

Implement EXPOSE port
pull/33/head
Nils Bühner 2023-11-09 09:26:07 +01:00 committed by GitHub
commit dba44a78ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ ENV ADDITIONAL_FONTS_DIR=/opt/additional_fonts/
ENV SKIP_DEMO_DATA=false
ENV ROOT_WEBAPP_REDIRECT=false
EXPOSE 8080
WORKDIR /tmp
RUN echo "Installing GeoServer $GS_VERSION $GS_BUILD"