Skip to content

Commit

Permalink
chore: remove specific defaults from build args
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli authored Jan 12, 2024
1 parent ed0d96a commit 2ed8949
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ COPY --from=deps /app/node_modules ./node_modules
COPY . .

ARG NODE_ENV production
ARG NEXT_PUBLIC_APP_URL theses.bf.uzh.ch
ARG NEXT_PUBLIC_FORMS_URL_PUBLISH "https://forms.office.com/Pages/ResponsePage.aspx?id=2zjkx2LkIkypCsNYsWmAs_TeTD3rkXtGpbExdNgeYCZUMkpSRUdOUUYxMlU4SEI3MDk4OUw5T0QzTS4u"
ARG NEXT_PUBLIC_FORMS_URL_SUBMIT "https://forms.office.com/Pages/ResponsePage.aspx?id=2zjkx2LkIkypCsNYsWmAs_TeTD3rkXtGpbExdNgeYCZUNkpHOVo4MlREUTJPNE9LV0lVUEVSOElJVC4u"
ARG NEXT_PUBLIC_BLOBSERVICECLIENT_URL "https://thesisplatformdev.blob.core.windows.net/uploads?"
ARG NEXT_PUBLIC_CONTAINER_NAME
ARG NEXT_PUBLIC_AZURE_STORAGE_ACCOUNT_NAME thesisplatformdev
ARG NEXT_PUBLIC_APP_URL
ARG NEXT_PUBLIC_FORMS_URL_PUBLISH
ARG NEXT_PUBLIC_FORMS_URL_SUBMIT
ARG NEXT_PUBLIC_BLOBSERVICECLIENT_URL
ARG NEXT_PUBLIC_CONTAINER_NAME "uploads"
ARG NEXT_PUBLIC_AZURE_STORAGE_ACCOUNT_NAME

ENV NEXT_TELEMETRY_DISABLED 1

Expand Down

0 comments on commit 2ed8949

Please sign in to comment.