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
Julien Jerphanion
Rex Dri
Commits
7a48bf38
Commit
7a48bf38
authored
Feb 11, 2019
by
Florent Chehab
Browse files
Added docker file for documentation server
parent
9908d30b
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
7a48bf38
...
...
@@ -34,6 +34,12 @@ services:
-
.:/usr/src/app/
ports
:
-
3000:3000
# Replicate the node server port
documentation
:
build
:
./documentation
volumes
:
-
./documentation:/usr/src/app
command
:
/bin/sh -c "python -m http.server 5000"
ports
:
-
"
5000:5000"
volumes
:
postgres_data
:
documentation/Dockerfile
0 → 100644
View file @
7a48bf38
# pull official base image
FROM
python:3.7.2-alpine3.9
WORKDIR
/usr/src/app
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