Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
JuniorJPDJ
funkwhale
Commits
005e3291
Commit
005e3291
authored
Jun 28, 2017
by
Eliot Berriot
Browse files
Fixed #27: now include compiled frontend files in docker container
parent
03bb740d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
005e3291
...
...
@@ -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 .
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment