Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
wicopa
Commits
d22546d9
Commit
d22546d9
authored
May 06, 2019
by
remy
Browse files
Update Dockerfile to release 0.4
parent
ff1099d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.docker/web/Dockerfile
View file @
d22546d9
...
...
@@ -5,8 +5,8 @@ RUN apk --update add php-apache2 php7-session php7-mysqli && rm -f /var/cache/ap
RUN
mkdir
/app
&&
cd
/app
&&
\
wget https://gitlab.mbb.univ-montp2.fr/jlopez/wicopa/-/archive/v0.
3
/wicopa-v0.
3
.tar.gz
&&
\
tar
-xf
wicopa-v0.
3
.tar.gz
&&
ln
-s
wicopa-v0.
3
wicopa
&&
\
wget https://gitlab.mbb.univ-montp2.fr/jlopez/wicopa/-/archive/v0.
4
/wicopa-v0.
4
.tar.gz
&&
\
tar
-xf
wicopa-v0.
4
.tar.gz
&&
ln
-s
wicopa-v0.
4
wicopa
&&
\
cp
wicopa/conf/Conf.php.sample wicopa/conf/Conf.php
&&
\
chown
-R
apache:apache /app
&&
\
sed
-i
"s#DB_NAME = ''#DB_NAME = 'wicopa'#"
wicopa/conf/Conf.php
&&
\
...
...
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