mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 11:11:34 +03:00
chore: file copy
This commit is contained in:
parent
28997ad966
commit
fdc9a17f46
2
.github/deployment/Dockerfile-affine
vendored
2
.github/deployment/Dockerfile-affine
vendored
@ -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
|
FROM node:16-alpine as relocate
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/dist/apps/ligo-virgo ./dist
|
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
|
RUN rm ./dist/*.txt
|
||||||
|
|
||||||
# =============
|
# =============
|
||||||
|
2
.github/deployment/Dockerfile-lisa
vendored
2
.github/deployment/Dockerfile-lisa
vendored
@ -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
|
FROM node:16-alpine as relocate
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/dist/apps/ligo-virgo ./dist
|
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
|
RUN rm ./dist/*.txt
|
||||||
|
|
||||||
# =============
|
# =============
|
||||||
|
Loading…
Reference in New Issue
Block a user