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

fix

parent 8a312951
Pipeline #16057 failed with stages
in 55 seconds
...@@ -3,6 +3,7 @@ WORKDIR /app ...@@ -3,6 +3,7 @@ WORKDIR /app
COPY web/package*.json ./ COPY web/package*.json ./
RUN npm ci RUN npm ci
COPY web . COPY web .
RUN ls
RUN npm run build RUN npm run build
FROM node:16.3.0-alpine3.13 FROM node:16.3.0-alpine3.13
......
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