Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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"]
|