Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmith committed May 2, 2021
1 parent 71335f3 commit 396ae02
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**/node_modules
**/dist
**/.env
.DS_Store
_site
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

from node:12

workdir /app
copy . /app

run npm install

expose 3000
cmd ["/bin/bash","start.sh"]
Empty file added packages/frontend/Dockerfile
Empty file.

0 comments on commit 396ae02

Please sign in to comment.