randydev commited on
Commit
ada4bd3
·
verified ·
1 Parent(s): 1ce7ace

Update Dockerfile.e

Browse files
Files changed (1) hide show
  1. 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 8000
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"]