Commit 66677b54 authored by nanahira's avatar nanahira

dockerfile

parent b46222f7
......@@ -9,4 +9,8 @@ COPY package*.json ./
RUN npm ci
COPY . ./
RUN npm run build
ENV BASE_LOCATION localhost
ENV PROTOCOL HTTP
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