kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Fixed #27: now include compiled frontend files in docker container
rodzic
03bb740db3
commit
005e3291a2
|
@ -70,6 +70,7 @@ docker_develop:
|
|||
stage: deploy
|
||||
before_script:
|
||||
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
|
||||
- cp front/dist api/frontend
|
||||
- cd api
|
||||
script:
|
||||
- docker build -t $IMAGE .
|
||||
|
@ -83,6 +84,7 @@ docker_release:
|
|||
stage: deploy
|
||||
before_script:
|
||||
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
|
||||
- cp front/dist api/frontend
|
||||
- cd api
|
||||
script:
|
||||
- docker build -t $IMAGE -t $IMAGE_LATEST .
|
||||
|
|
Ładowanie…
Reference in New Issue