Skip to content

Commit

Permalink
Merge pull request #191 from seatsurfing/fix-ipv6
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
virtualzone authored Oct 28, 2023
2 parents f1e169c + 8a7ac95 commit 644c5ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions admin-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ WORKDIR /app
RUN npm install
RUN npm install --save ./commons/ts
RUN npm run build
# Workaround for these bugs:
# https://github.com/vercel/next.js/issues/51684
# https://github.com/tiredofit/docker-collabora-online/pull/28
RUN sed -i "s/const hostname = process.env.HOSTNAME || '0.0.0.0'/const hostname = '0.0.0.0'/g" /app/build/standalone/server.js

FROM gcr.io/distroless/nodejs20-debian12
ENV NODE_ENV=production
Expand Down
4 changes: 0 additions & 4 deletions booking-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ WORKDIR /app
RUN npm install
RUN npm install --save ./commons/ts
RUN npm run build
# Workaround for these bugs:
# https://github.com/vercel/next.js/issues/51684
# https://github.com/tiredofit/docker-collabora-online/pull/28
RUN sed -i "s/const hostname = process.env.HOSTNAME || '0.0.0.0'/const hostname = '0.0.0.0'/g" /app/build/standalone/server.js

FROM gcr.io/distroless/nodejs20-debian12
ENV NODE_ENV=production
Expand Down

0 comments on commit 644c5ea

Please sign in to comment.