Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yanivomc authored Oct 15, 2020
1 parent 7743125 commit 235d32e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions basics/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ WORKDIR /app
ADD . /app
RUN ls -ltrh
RUN echo " this is a test "
WORKDIR /app/basics
RUN echo "##### DEBUG LINE ######"
RUN ls -ltrh
RUN npm install
EXPOSE 3000
CMD npm start

0 comments on commit 235d32e

Please sign in to comment.