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

fix

parent 20a39bf4
Pipeline #16059 passed with stages
in 2 minutes and 38 seconds
......@@ -3,7 +3,6 @@ WORKDIR /app
COPY web/package*.json ./
RUN npm ci
COPY web .
RUN ls
RUN npm run build
FROM node:16-alpine
......
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