Skip to content

Commit 9de6cd5

Browse files
committed
And now we dockerify
1 parent 50bdef3 commit 9de6cd5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from nginx
2+
copy site/ /usr/share/nginx/html

build-docker.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash -e
2+
make
3+
docker build -t pnathan/articulate-common-lisp:latest .

0 commit comments

Comments
 (0)