Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Add default arguments so docker-compose up creates a running containe…
Browse files Browse the repository at this point in the history
…r locally (#5023)
  • Loading branch information
yorickdevries authored Jun 5, 2024
1 parent 46c8523 commit 86d0061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ RUN yarn workspace @corona-dashboard/common build \
&& yarn test:ci

# Map arguments to environment variables
ARG ARG_NEXT_PUBLIC_SANITY_DATASET
ARG ARG_NEXT_PUBLIC_SANITY_PROJECT_ID
ARG ARG_NEXT_PUBLIC_COMMIT_ID
ARG ARG_NEXT_PUBLIC_SANITY_DATASET="production"
ARG ARG_NEXT_PUBLIC_SANITY_PROJECT_ID="5mog5ask"
ARG ARG_NEXT_PUBLIC_COMMIT_ID="n/a"
ARG ARG_NEXT_PUBLIC_PHASE="production"
ARG ARG_NEXT_PUBLIC_HOT_RELOAD_LOKALIZE=0
ARG ARG_ACTIVE_DATA_URL
Expand Down

0 comments on commit 86d0061

Please sign in to comment.