docker: add runtime config injection from env
This commit is contained in:
@@ -5,6 +5,8 @@ FROM nginx:mainline
|
||||
|
||||
# The safest way to build this image is to use `yarn docker-build`
|
||||
|
||||
RUN apt-get update && apt-get -y install jq && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY packages/app/dist /usr/share/nginx/html
|
||||
COPY docker/default.conf.template /etc/nginx/conf.d/default.conf.template
|
||||
COPY docker/run.sh /usr/local/bin/run.sh
|
||||
|
||||
Reference in New Issue
Block a user