Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Add docker scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vladistan committed Apr 24, 2019
1 parent 764cb78 commit afbe7fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Thank you http://bit.ly/2KYNd1q
# Ignore everything
**

# Allow files and directories
!./package.json
!/docker/
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM node:11-stretch-slim

WORKDIR /pkgs

ADD package.json /pkgs/

RUN ls

0 comments on commit afbe7fe

Please sign in to comment.