FIx node Dockerfile package.json COPY

This commit is contained in:
Nikita P. Shupeyko 2017-04-23 01:45:20 +03:00
parent 60adede367
commit 90b355cff4

View File

@ -2,7 +2,7 @@ FROM node:7.7-slim
RUN mkdir -p /app
COPY ./package.json /app
COPY package.json /app
WORKDIR /app