Update Dockerfile

This commit is contained in:
Shiny Nematoda 2023-10-27 09:26:04 +00:00
parent 625bbfb711
commit e59ab97290

View file

@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/.cache/node \
npm install --prefer-offline && \
npm run build
FROM --platform=$BUILDPLATFORM nginx:stable-alpine
FROM --platform=$TARGETPLATFORM nginx:stable-alpine
COPY --from=build /app/dist/ /usr/share/nginx/html/
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf