diff --git a/Dockerfile b/Dockerfile index e9de96b8..ac4f6c69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,9 @@ RUN --mount=type=cache,target=/root/.local/share/pnpm \ FROM nginx:alpine COPY --from=build /app/dist/ /usr/share/nginx/html/ + COPY docker/nginx.conf /etc/nginx/conf.d/default.conf + COPY docker/entrypoint.sh /entrypoint.sh -EXPOSE 80 ENTRYPOINT [ "/entrypoint.sh" ]