Fixed incorrect port assignment

This commit is contained in:
Ben Busby 2020-05-15 15:35:54 -06:00
parent ba2ce90031
commit b08d227eee

View File

@ -14,7 +14,7 @@ ARG use_https=''
ENV HTTPS_ONLY=$use_https
ARG whoogle_port=5000
ENV EXPOSE_PORT=${EXPOSE_PORT:-$whoogle_port}
ENV EXPOSE_PORT=$whoogle_port
COPY . .