update dockerfile

This commit is contained in:
_Bastler 2022-02-26 11:27:47 +01:00
parent 36a4b140ba
commit 03ee2eb49a

View File

@ -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 RUN yarn run typesafe-i18n && yarn run build-iframe-api && yarn build
# final production image # 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/nginx.conf /etc/nginx/conf.d/default.conf
COPY front/templater.sh / COPY front/templater.sh /