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
anis
anis-server
Commits
7235d8af
Commit
7235d8af
authored
Dec 16, 2019
by
François Agneray
Browse files
Fixed bug: Dockerfile copy files into /project
parent
25fe9c5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
7235d8af
...
@@ -7,9 +7,9 @@ RUN apt-get update \
...
@@ -7,9 +7,9 @@ RUN apt-get update \
RUN
a2enmod rewrite
RUN
a2enmod rewrite
COPY
. /
srv/app
COPY
. /
project
COPY
./conf-dev/vhost.conf /etc/apache2/sites-available/000-default.conf
COPY
./conf-dev/vhost.conf /etc/apache2/sites-available/000-default.conf
WORKDIR
/
srv/app
WORKDIR
/
project
CMD
["apache2-foreground"]
CMD
["apache2-foreground"]
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