Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3000
1 parent f862e6d commit 586780bCopy full SHA for 586780b
deployment/compose.yaml
@@ -2,11 +2,11 @@ version: '3.3'
2
services:
3
main_service:
4
build:
5
- context: .
6
- dockerfile: dockerfile
+ context: ../
+ dockerfile: deployment/dockerfile
7
container_name: mysite
8
ports:
9
- - '6969:3000'
+ - '3000:3000'
10
restart: always
11
deploy:
12
resources:
justfile
@@ -10,7 +10,7 @@ alias rn:= reincarnate
alias ng:= ngrok
__CONTAINER_PORT := "3000"
13
-EXPOSED_PORT := "6969"
+EXPOSED_PORT := "3000"
14
NGROK_DOMAIN := "saved-duckling-subtle.ngrok-free.app"
15
16
@help:
0 commit comments