Commit ce0e17a2 authored by nanamicat's avatar nanamicat

fix

parent c843ab92
......@@ -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