Commit 6c52e01f authored by nanahira's avatar nanahira

missing

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