We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89aa6d8 commit 7b8559dCopy full SHA for 7b8559d
docker-compose.yml
@@ -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