Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neeme Kahusk
KORPrep
Commits
d2b59e5b
Commit
d2b59e5b
authored
Mar 21, 2017
by
Neeme Kahusk
Browse files
ei hakka tööle 5.0.1 frontendiga
parent
c329a9b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
d2b59e5b
...
...
@@ -99,13 +99,13 @@ RUN apt-get install nodejs
# Install jade
# -------------
#
RUN npm install jade -g
RUN
npm
install
jade
-g
# Make index.html
# ----------------
#
RUN cd htdocs/korp/app && jade index.jade -P
RUN
cd
htdocs/korp/
korp-frontend-5.0.1/
app
&&
jade index.jade
-P
# Do not make entrypoint, use
# docker exec -it <containerIdOrName> /bin/bash
...
...
docker/httpd.conf
View file @
d2b59e5b
...
...
@@ -256,9 +256,13 @@ ServerAdmin you@example.com
# symbolic links and aliases may be used to point to other locations.
#
#DocumentRoot "/usr/local/apache2/htdocs"
DocumentRoot
"/usr/local/apache2/htdocs/korp/app"
#DocumentRoot "/usr/local/apache2/htdocs/korp/app"
DocumentRoot
"/usr/local/apache2/htdocs/korp/korp-frontend-5.0.1/app"
#<Directory "/usr/local/apache2/htdocs">
<
Directory
"/usr/local/apache2/htdocs/korp/app"
>
#<Directory "/usr/local/apache2/htdocs/korp/app">
<
Directory
"/usr/local/apache2/htdocs/korp/korp-frontend-5.0.1/app"
>
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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