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 47fc790 commit 7c08dbfCopy full SHA for 7c08dbf
docker-compose.yaml
@@ -4,11 +4,11 @@ services:
4
context: ./builder
5
dockerfile: Dockerfile
6
volumes:
7
- - .:/app
+ - ./:/app
8
- go-cache:/root/.cache/go-build
9
- - go-mod-cache:/go/pkg/mod
+ - go-mod-cache:/root/go/pkg/mod
10
working_dir: /app
11
- command: bash -c "cd /app && go mod download && mage -v && npm install && npm run build"
+ command: bash -c "cd /app && npm ci && GOFLAGS=-buildvcs=false mage -v build:Backend && npm run build"
12
13
grafana:
14
user: root
0 commit comments