Browse Source

fix: Merge pull request #1106 from pelias/remove-expose

Remove EXPOSE command from Dockerfile
test-focus-point-weight
Julian Simioni 7 years ago committed by GitHub
parent
commit
054acc8a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -6,8 +6,6 @@ USER pelias
# maintainer information # maintainer information
LABEL maintainer="pelias.team@gmail.com" LABEL maintainer="pelias.team@gmail.com"
EXPOSE 3100
# Where the app is built and run inside the docker fs # Where the app is built and run inside the docker fs
ENV WORK=/home/pelias ENV WORK=/home/pelias
WORKDIR ${WORK} WORKDIR ${WORK}

Loading…
Cancel
Save