File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ FROM nginx:1-alpine-slim
2121COPY --from=build-step /app/dist /usr/share/nginx/html
2222COPY --from=build-step /app/config.schema.json /etc/nginx/conf.d/config.schema.json
2323
24- # change default port to 8084
24+ # change default port to 8085
2525RUN apk add jq pcre-tools && \
26- sed -i 's/\s*listen\s*80;/ listen 8084 ;/' /etc/nginx/conf.d/default.conf && \
26+ sed -i 's/\s*listen\s*80;/ listen 8085 ;/' /etc/nginx/conf.d/default.conf && \
2727 sed -i 's/\s*location \/ {/ location \/ {\n try_files $uri $uri\/ \/index.html;/' /etc/nginx/conf.d/default.conf
2828
29- EXPOSE 8084
29+ EXPOSE 8085
3030
3131STOPSIGNAL SIGTERM
3232
3333# override entrypoint, which calls nginx-entrypoint underneath
34- COPY --from=build-step /app/docker/docker-entrypoint.sh ./docker-entrypoint.d/40-stac-browser-entrypoint.sh
34+ COPY --from=build-step /app/docker/docker-entrypoint.sh ./docker-entrypoint.d/40-stac-browser-entrypoint.sh
You can’t perform that action at this time.
0 commit comments