Commit 6c52e01f authored by nanahira's avatar nanahira

missing

parent 71162e77
......@@ -7,7 +7,7 @@ RUN apt update && \
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm ci && \
npm run build
RUN npm ci
COPY . ./
RUN npm run build
CMD ["npm", "run", "start"]
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