Try a different package.json path

This commit is contained in:
Nikita P. Shupeyko 2017-05-02 14:36:43 +03:00
parent 02033729b5
commit f29f8500b8

View File

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