Revert "DEBUG: pwd "

This reverts commit 6c2ed4321a.
This commit is contained in:
Nikita P. Shupeyko 2017-05-02 15:27:54 +03:00
parent 6c2ed4321a
commit bede2b05c8

View File

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