Skip to content

Commit df3fed6

Browse files
committed
adds back in web frontend - it works! can see the curations for a definition!
Signed-off-by: Nell Shamrell <[email protected]>
1 parent ff7ae59 commit df3fed6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
version: "3.8"
22
services:
3-
# web:
4-
# build:
5-
# context: ../website
6-
# dockerfile: DevDockerfile
7-
# ports:
8-
# - "3000:3000"
9-
# stdin_open: true
3+
web:
4+
build:
5+
context: ../website
6+
dockerfile: DevDockerfile
7+
ports:
8+
- "3000:3000"
9+
stdin_open: true
1010
service:
1111
build:
1212
context: ../service

0 commit comments

Comments
 (0)