chore: local port

This commit is contained in:
DarkSky
2022-08-04 17:02:19 +08:00
parent ea4d4ffd91
commit ce4d832fb7
2 changed files with 29 additions and 1 deletions

View File

@@ -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-affine ./
RUN rm ./dist/*.txt
# =============