Skip to content
Snippets Groups Projects
Commit e3f8a69b authored by Schiffer, Christian's avatar Schiffer, Christian
Browse files

CHanged to restx in Dockerfile

parent 818c2c08
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ FROM python:3
# Install python packages
RUN pip3 install requests
RUN pip3 install flask flask_restplus marshmallow
RUN pip3 install flask flask-restx marshmallow
RUN pip3 install pymongo
RUN pip3 install uwsgi
......@@ -18,4 +18,4 @@ RUN mkdir -p /uwsgi
COPY uwsgi.ini /uwsgi/uwsgi.ini
# Run uwsgi
CMD [ "uwsgi", "--ini", "/uwsgi/uwsgi.ini"]
\ No newline at end of file
CMD [ "uwsgi", "--ini", "/uwsgi/uwsgi.ini"]
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