Skip to content

Commit 94d40af

Browse files
author
Richard Borge
committed
Docker compose file
1 parent a1e0c5d commit 94d40af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docker-compose.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: '3'
2+
3+
services:
4+
frontend:
5+
build: .
6+
ports:
7+
- "8080:8080"

0 commit comments

Comments
 (0)