Skip to content
Snippets Groups Projects
Commit 005e3291 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed #27: now include compiled frontend files in docker container

parent 03bb740d
No related branches found
No related tags found
No related merge requests found
......@@ -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 .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment