build: refs #6695 try run front
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
539a452137
commit
9803d65415
|
@ -1,6 +1,7 @@
|
||||||
|
version: '3.7'
|
||||||
services:
|
services:
|
||||||
front:
|
front:
|
||||||
image: $REGISTRY/salix-frontend:$VERSION
|
image: registry.verdnatura.es/salix-frontend:${VERSION:?}
|
||||||
command: quasar serve --history --proxy ./proxy.mjs --hostname localhost --port 9000
|
command: quasar serve --history --proxy ./proxy.mjs --hostname localhost --port 9000
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
|
Loading…
Reference in New Issue