Commit 2464a0ee authored by 神楽坂玲奈's avatar 神楽坂玲奈

docker file fix

parent b4b0592f
...@@ -4,4 +4,5 @@ WORKDIR /usr/src/app ...@@ -4,4 +4,5 @@ WORKDIR /usr/src/app
COPY package.json /usr/src/app/ COPY package.json /usr/src/app/
RUN npm install RUN npm install
COPY . /usr/src/app COPY . /usr/src/app
EXPOSE 1025
CMD [ "npm", "start" ] CMD [ "npm", "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