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.
1 parent a7e011a commit 582bc4bCopy full SHA for 582bc4b
docker-compose.yml
@@ -1,6 +1,10 @@
1
name: nullinside-api
2
services:
3
nullinside-api:
4
+ build:
5
+ context: .
6
+ tags:
7
+ - "nullinside-api:latest"
8
logging:
9
driver: loki
10
options:
go.sh
@@ -1,3 +1,3 @@
-docker build -t nullinside-api:latest .
+docker compose build
docker compose down
docker compose up -d
0 commit comments