Skip to content

Commit 7b8559d

Browse files
author
Steven Fong
committed
add docker-compose.yml
1 parent 89aa6d8 commit 7b8559d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docker-compose.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: '2'
2+
services:
3+
express:
4+
image: "roadmanfong/express-static-react"
5+
ports:
6+
- "80:80"
7+
- "443:443"
8+
volumes:
9+
- ./public:/express/public
10+
# - ./ssl:/express/ssl
11+
restart: always

0 commit comments

Comments
 (0)