Skip to content
Snippets Groups Projects
Unverified Commit 86c77bcd authored by Sebastian Höffner's avatar Sebastian Höffner
Browse files

Reformatting Dockerfile.

parent c7bd3254
No related branches found
No related tags found
No related merge requests found
......@@ -25,11 +25,13 @@ RUN curl -o openccg-0.9.5.tgz https://datapacket.dl.sourceforge.net/project/open
tatsu \
pygraphviz
COPY app /app
ADD https://github.com/mdaines/viz.js/releases/download/v2.0.0/viz.js https://github.com/mdaines/viz.js/releases/download/v2.0.0/lite.render.js /app/static/
COPY tests /tests
ADD https://github.com/mdaines/viz.js/releases/download/v2.0.0/viz.js \
https://github.com/mdaines/viz.js/releases/download/v2.0.0/lite.render.js \
/app/static/
# Run Flask app behind nginx
WORKDIR /app
CMD uwsgi --http :8080 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment