Skip to content

Commit

Permalink
Added variable to nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophNiehoff committed Aug 2, 2023
1 parent bd75400 commit a085c5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/client.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ RUN env
RUN npm run build:client

FROM nginxinc/nginx-unprivileged:1.20.1-alpine
ARG EOP_IMPRINT
ARG EOP_PRIVACY
ENV EOP_IMPRINT=$EOP_IMPRINT
ENV EOP_PRIVACY=$EOP_PRIVACY
COPY docker/files/etc/nginx/nginx.conf /etc/nginx/nginx.conf
COPY docker/files/etc/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
COPY --from=builder /usr/src/app/build /usr/share/nginx/html/
Expand Down

0 comments on commit a085c5c

Please sign in to comment.