Skip to content

Commit 32b13f7

Browse files
committed
reset port mappings
1 parent 51ccaa4 commit 32b13f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export DOCKER_HOST="http://172.17.0.1"
1+
export DOCKER_HOST="http://172.17.0.1:5000"

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: npm start
1+
web: npm run build:prod

0 commit comments

Comments
 (0)