We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a54dd commit ec65874Copy full SHA for ec65874
Makefile
@@ -8,7 +8,7 @@ build:
8
docker build -t theo-web .
9
10
run:
11
- docker run -v .:/app -p 4000 --rm --name theo-web -it theo-web
+ docker run -v .:/app -p 4000:4000 --rm --name theo-web -it theo-web
12
13
# print-resume:
14
# docker run --rm -p 3000:3000 browserless/chrome
0 commit comments