fix ci
This commit is contained in:
@@ -13,7 +13,7 @@ FROM node:20-alpine
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY --from=build /app/build ./build
|
COPY --from=build /app/.svelte-kit/output /app/build
|
||||||
COPY --from=build /app/package.json ./package.json
|
COPY --from=build /app/package.json ./package.json
|
||||||
|
|
||||||
RUN npm install --production
|
RUN npm install --production
|
||||||
|
|||||||
Reference in New Issue
Block a user