Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Trèfle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Open source
Trèfle
Commits
817b6e85
Commit
817b6e85
authored
Dec 24, 2019
by
David Foucher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix docker-compose for building web backoffice
parent
6812dd6c
Pipeline
#2076
passed with stage
in 3 minutes and 14 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docker/docker-compose.yml
docker/docker-compose.yml
+1
-1
docker/dockerfile_backoffice
docker/dockerfile_backoffice
+2
-2
No files found.
docker/docker-compose.yml
View file @
817b6e85
...
...
@@ -38,7 +38,7 @@ services:
dockerfile
:
dockerfile_backoffice
args
:
-
TREFLE_GIT=${TREFLE_GIT:-https://git.beta.pole-emploi.fr/open-source/trefle.git}
-
TREFLE_VERSION=${VERSION}
-
TREFLE_
BACK_
VERSION=${VERSION}
-
TREFLE_OLD_VERSION=${OLD_VERSION}
depends_on
:
-
trefle
...
...
docker/dockerfile_backoffice
View file @
817b6e85
...
...
@@ -21,8 +21,8 @@ RUN apt-get update && apt-get -y install \
ARG TREFLE_GIT
ARG TREFLE_VERSION
RUN git clone -b ${TREFLE_VERSION} ${TREFLE_GIT} /srv/trefle && \
ARG TREFLE_
BACK_
VERSION
RUN git clone -b ${TREFLE_
BACK_
VERSION} ${TREFLE_GIT} /srv/trefle && \
chown -R www-data: /srv/trefle && \
chmod -R u+rwx /srv/trefle
...
...
Write
Preview
Markdown
is supported
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