diff --git a/.github/deployment/Dockerfile-affine b/.github/deployment/Dockerfile-affine index 09524b335b..46a46233f2 100644 --- a/.github/deployment/Dockerfile-affine +++ b/.github/deployment/Dockerfile-affine @@ -7,7 +7,7 @@ RUN npm i -g pnpm@7 && pnpm i --frozen-lockfile --store=node_modules/.pnpm-store FROM node:16-alpine as relocate WORKDIR /app COPY --from=builder /app/dist/apps/ligo-virgo ./dist -COPY --from=builder /app/.github/deployment/Caddyfile-affine ./ +COPY --from=builder /app/.github/deployment/Caddyfile-affine ./Caddyfile RUN rm ./dist/*.txt # ============= diff --git a/.github/deployment/Dockerfile-lisa b/.github/deployment/Dockerfile-lisa index 413cb625fa..471e4d0d48 100644 --- a/.github/deployment/Dockerfile-lisa +++ b/.github/deployment/Dockerfile-lisa @@ -7,7 +7,7 @@ RUN npm i -g pnpm@7 && pnpm i --frozen-lockfile --store=node_modules/.pnpm-store FROM node:16-alpine as relocate WORKDIR /app COPY --from=builder /app/dist/apps/ligo-virgo ./dist -COPY --from=builder /app/.github/deployment/Caddyfile-lisa ./ +COPY --from=builder /app/.github/deployment/Caddyfile-lisa ./Caddyfile RUN rm ./dist/*.txt # =============