Skip to content

Commit

Permalink
Merge pull request #219 from aziiee/add-envs-to-dockerfile
Browse files Browse the repository at this point in the history
chore(docker): include ENV vars in Dockerfile
  • Loading branch information
Akanksh Saxena authored Dec 15, 2021
2 parents bb7b398 + 9a90833 commit 800f434
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 800f434

Please sign in to comment.