fix(build): patch web image libraries
This commit is contained in:
parent
17314252b2
commit
ba1118bd92
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
FROM nginxinc/nginx-unprivileged:1.31.4-alpine
|
FROM nginxinc/nginx-unprivileged:1.31.4-alpine
|
||||||
|
|
||||||
|
USER root
|
||||||
|
RUN apk upgrade --no-cache libcrypto3 libssl3
|
||||||
|
|
||||||
COPY build/web.conf.template /etc/nginx/templates/default.conf.template
|
COPY build/web.conf.template /etc/nginx/templates/default.conf.template
|
||||||
ARG WEB_ASSET_PATH=apps/web
|
ARG WEB_ASSET_PATH=apps/web
|
||||||
COPY ${WEB_ASSET_PATH}/index.html ${WEB_ASSET_PATH}/styles.css ${WEB_ASSET_PATH}/app.js /usr/share/nginx/html/
|
COPY ${WEB_ASSET_PATH}/index.html ${WEB_ASSET_PATH}/styles.css ${WEB_ASSET_PATH}/app.js /usr/share/nginx/html/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue