1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00

Update Dockerfile

This commit is contained in:
Alexandr Topilski 2019-09-25 08:29:58 +03:00 committed by GitHub
parent 16d70b566a
commit e63c265c38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,5 +8,5 @@ WORKDIR /app
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
EXPOSE 8080 EXPOSE 8080 6000
CMD [ "python", "server.py" ] CMD [ "python", "server.py" ]