update dockerfile
This commit is contained in:
parent
36a4b140ba
commit
03ee2eb49a
@ -18,7 +18,7 @@ COPY --from=messages /usr/src/JsonMessages src/Messages/JsonMessages
|
||||
RUN yarn run typesafe-i18n && yarn run build-iframe-api && yarn build
|
||||
|
||||
# final production image
|
||||
FROM nginx:1.21.6-alpine
|
||||
FROM nginx:mainline-alpine
|
||||
|
||||
COPY front/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY front/templater.sh /
|
||||
|
Loading…
Reference in New Issue
Block a user