Skip to content

Commit

Permalink
chore(docker): include ENV vars in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Akanksh Saxena committed Dec 15, 2021
1 parent bb7b398 commit 9a90833
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ FROM node:14-alpine AS builder

ARG AUTH_ROLE_ADMIN
ARG AUTH_ROLE_EMPLOYEE
ARG AUTH_ROLE_CUSTOMER
ARG TIMED_STAGING_HOST
ARG TIMED_PROD_HOST
ARG OIDC_HOST
ARG OIDC_CLIENT
# Install dependencies.
RUN apk update && \
apk add --no-cache \
Expand Down

0 comments on commit 9a90833

Please sign in to comment.