Skip to content

Commit

Permalink
s/8008/8080 in hypercube/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb authored Nov 22, 2022
1 parent 4b412c7 commit b3e273a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypercube/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN --mount=type=cache,id=hypercube-apk,sharing=locked,from=cache,target=/var/ca
addgroup nginx jwt && \
cleanup.sh

ENV HYPERCUBE_FCREPO_URL=fcrepo:8008/fcrepo/rest \
ENV HYPERCUBE_FCREPO_URL=fcrepo:8080/fcrepo/rest \
HYPERCUBE_LOG_LEVEL=info

COPY --from=crayfish /etc/nginx/http.d/default.conf /etc/nginx/http.d/default.conf
Expand Down

0 comments on commit b3e273a

Please sign in to comment.