Update Dockerfile.e
Browse files- Dockerfile.e +2 -2
Dockerfile.e
CHANGED
@@ -37,7 +37,7 @@ RUN chown -R 1000:0 /usr
|
|
37 |
RUN chmod 777 /usr
|
38 |
|
39 |
# Expose the required port
|
40 |
-
EXPOSE
|
41 |
|
42 |
# Run the application
|
43 |
-
CMD ["bash", "-c", "python3 server.py"]
|
|
|
37 |
RUN chmod 777 /usr
|
38 |
|
39 |
# Expose the required port
|
40 |
+
EXPOSE 7860
|
41 |
|
42 |
# Run the application
|
43 |
+
CMD ["bash", "-c", "python3 server.py & python3 -m Akeno"]
|