Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -27,6 +27,6 @@ RUN find . -type d -exec chmod 777 {} \; && \
|
|
27 |
find . -type f -exec chmod 644 {} \; && \
|
28 |
chmod +x server.py
|
29 |
|
30 |
-
EXPOSE
|
31 |
|
32 |
-
ENTRYPOINT ["
|
|
|
27 |
find . -type f -exec chmod 644 {} \; && \
|
28 |
chmod +x server.py
|
29 |
|
30 |
+
EXPOSE 8080
|
31 |
|
32 |
+
ENTRYPOINT ["python3" "-m", "generator.py"]
|