wayne0019 commited on
Commit
6ee1b03
1 Parent(s): 74fa1f4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,5 +21,5 @@ WORKDIR $HOME/app
21
 
22
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
23
  COPY --chown=user . $HOME/app
24
-
25
  CMD ["python", "test.py"]
 
21
 
22
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
23
  COPY --chown=user . $HOME/app
24
+ EXPOSE 9900
25
  CMD ["python", "test.py"]