Skip to content

Commit

Permalink
fix(build): Modify Dockerfile for fsvsifi build
Browse files Browse the repository at this point in the history
  • Loading branch information
colfes committed Nov 4, 2023
1 parent 45b3962 commit abcaa17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/Dockerfile.fsvsifi
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ RUN turbo prune --scope=@rallly/web --docker
FROM node:18 AS installer

WORKDIR /app
COPY .gitignore .gitignore
COPY --from=builder /app/out/json/ .
COPY --from=builder /app/out/yarn.lock ./yarn.lock
#From here: Trying stuff out
RUN sed -i 's/name: "rallly.co"/name: "deckenpfronn.info"/g' web/src/pages/invite/[urlId].tsx
RUN sed -i 's/href="https:\/\/rallly\.co"/href="https:\/\/fsv-sindelfingen-ev\.de"/g' web/src/pages/invite/[urlId].tsx
#To here: Trying stuff out
COPY .gitignore .gitignore
COPY --from=builder /app/out/json/ .
COPY --from=builder /app/out/yarn.lock ./yarn.lock
RUN yarn --network-timeout 1000000

# Build the project
Expand Down

0 comments on commit abcaa17

Please sign in to comment.