1 Commits

Author SHA1 Message Date
e121a6bfc7 [feature] bump nginx version 2023-04-01 09:59:55 +07:00

View File

@@ -9,7 +9,7 @@ RUN npm ci --omit=dev
COPY src /opt/neko/src COPY src /opt/neko/src
RUN npm run-script build RUN npm run-script build
FROM nginx:1.23.2 as runtume FROM nginx:1.23.4 as runtume
COPY ./nginx/templates /etc/nginx/templates COPY ./nginx/templates /etc/nginx/templates
COPY --from=build /opt/neko/dist /opt/neko/dist COPY --from=build /opt/neko/dist /opt/neko/dist