Commit e85a785d authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent e0cc1c73
Pipeline #16058 failed with stages
in 3 minutes and 15 seconds
FROM node:16.3.0-alpine3.13 AS web
FROM node:16-alpine AS web
WORKDIR /app
COPY web/package*.json ./
RUN npm ci
......@@ -6,7 +6,7 @@ COPY web .
RUN ls
RUN npm run build
FROM node:16.3.0-alpine3.13
FROM node:16-alpine
WORKDIR /app
COPY server/package*.json ./
RUN npm ci
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment