Commit e07563a3 authored by nanahira's avatar nanahira

fix

parent 85f516f3
FROM node:12.12.0-buster-slim
FROM node
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN npm ci
......
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