Commit f48acefb authored by nanamicat's avatar nanamicat

fix

parent 4604f879
......@@ -3,6 +3,7 @@ WORKDIR /app
COPY web/package*.json ./
RUN npm ci
COPY web .
RUN ls
RUN npm run build
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