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
EPD
UCNEbase Web
Commits
33eb1ccc
Commit
33eb1ccc
authored
Mar 03, 2022
by
Sébastien Moretti
Browse files
typo
parent
37796160
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
33eb1ccc
...
...
@@ -52,7 +52,7 @@ RUN echo '# OS update' \
&&
mkdir
-p
/var/run/apache2
\
&&
.
/etc/apache2/envvars
\
&&
apache2
-t
\
&&
echo
'# Prepare starter script
s
with apache running in foreground to stay active!'
\
&&
echo
'# Prepare
the
starter script with apache running in foreground to stay active!'
\
&&
echo
"#!/bin/bash
\n
service mysql start && /usr/sbin/apache2ctl -D FOREGROUND"
>
/usr/local/UCNEbase_web.git/conf/starter
\
&&
chmod
a+rx /usr/local/UCNEbase_web.git/conf/starter
\
&&
echo
'# CLEANING'
\
...
...
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