Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mikael Salson
alecsia
Commits
fb0e0c13
Commit
fb0e0c13
authored
Feb 06, 2020
by
David Ivain
Browse files
ajout d'un dossier persistant upload
parent
a6933338
Changes
3
Hide whitespace changes
Inline
Side-by-side
docker/alecsia/Dockerfile
View file @
fb0e0c13
...
...
@@ -15,7 +15,8 @@ RUN mv /root/.symfony/bin/symfony /usr/local/bin/symfony
WORKDIR
/var/www/html
RUN
git clone https://gitlab-fil.univ-lille.fr/mikael.salson/alecsia.git
WORKDIR
cd alecsia
WORKDIR
alecsia
RUN
mkdir
upload
# RUN rm composer.lock
# RUN COMPOSER_MEMORY_LIMIT=-1 composer install
...
...
docker/docker-compose.yml
View file @
fb0e0c13
...
...
@@ -6,6 +6,7 @@ services:
ports
:
-
'
8000:8000'
volumes
:
-
./upload:/var/www/html/alecsia/upload
-
./persist:/persist
# depends_on:
# - mysql-db
...
...
docker/upload/test.txt
0 → 100644
View file @
fb0e0c13
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