Skip to content

Commit

Permalink
Adding new docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
lkameya committed Oct 18, 2019
1 parent 8129edd commit 6b7e896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
FROM smebberson/nodejs
COPY ./client/build /app
RUN chmod -R 777 /app
RUN echo ls
RUN ls
RUN node ./index.js

0 comments on commit 6b7e896

Please sign in to comment.