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
jlopez
wicopa
Commits
33da23ea
Commit
33da23ea
authored
Apr 10, 2019
by
jlopez
Browse files
Update dockerfile for v0.3
parent
b2557fd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
.docker/web/Dockerfile
View file @
33da23ea
FROM
alpine:3.9
MAINTAINER
remyd1 - https://github.com/remyd1
LABEL
Author
remyd1 - https://github.com/remyd1
RUN
apk
--update
add php-apache2 php7-session php7-mysqli
&&
rm
-f
/var/cache/apk/
*
RUN
mkdir
/app
&&
cd
/app
&&
\
wget https://gitlab.mbb.univ-montp2.fr/jlopez/wicopa/-/archive/v0.
2
/wicopa-v0.
2
.tar.gz
&&
\
tar
-xf
wicopa-v0.
2
.tar.gz
&&
ln
-s
wicopa-v0.
2
wicopa
&&
\
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
&&
\
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
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