Skip to content
Snippets Groups Projects
Commit 27d16683 authored by derrabauke's avatar derrabauke
Browse files

debug docker file

parent 9b1b8b43
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,8 @@ WORKDIR /usr/src/app ...@@ -7,6 +7,8 @@ WORKDIR /usr/src/app
ENV PATH /usr/src/app/node_modules/.bin:$PATH ENV PATH /usr/src/app/node_modules/.bin:$PATH
CMD ["ls"]
COPY package*.json ./ COPY package*.json ./
RUN npm install RUN npm install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment