Skip to content

Commit 9573f22

Browse files
committed
urlshortener // fix dev_up
1 parent de65bd0 commit 9573f22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

urlshortener/docker/dev_up

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
SERVICE_HOST='http://localhost' docker compose up
3+
SERVICE_HOST='http://localhost' docker compose up --build

urlshortener/docker/dev_up.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
$env:SERVICE_HOST = 'http://localhost'
22
$exe = "docker"
3-
&$exe compose up
3+
&$exe compose up --build
44
Remove-Item Env:\SERVICE_HOST

0 commit comments

Comments
 (0)