Commit 9101c99c authored by nanahira's avatar nanahira

fix

parent bfe44dd7
Pipeline #4600 passed with stages
in 1 minute and 52 seconds
...@@ -8,4 +8,4 @@ RUN npm ci ...@@ -8,4 +8,4 @@ RUN npm ci
COPY . ./ COPY . ./
RUN npm run build RUN npm run build
CMD ["npm", "run", "start"] ENTRYPOINT ["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