Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -53,4 +53,6 @@ RUN chmod 777 /app
|
|
53 |
RUN chown -R 1000:0 /.cache
|
54 |
RUN chmod 777 /.cache
|
55 |
|
|
|
|
|
56 |
CMD ["bash", "-c", "python3 main.py"]
|
|
|
53 |
RUN chown -R 1000:0 /.cache
|
54 |
RUN chmod 777 /.cache
|
55 |
|
56 |
+
EXPOSE 8000
|
57 |
+
|
58 |
CMD ["bash", "-c", "python3 main.py"]
|