Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -263,7 +263,7 @@ def build_and_deploy_page():
|
|
263 |
st.write(f"Docker image built: {image.tags}")
|
264 |
|
265 |
if st.button("Run Docker Container"):
|
266 |
-
port = st.number_input("Enter port number:", value=
|
267 |
container = run_docker_container(project_name, port)
|
268 |
st.write(f"Docker container running: {container.id}")
|
269 |
|
|
|
263 |
st.write(f"Docker image built: {image.tags}")
|
264 |
|
265 |
if st.button("Run Docker Container"):
|
266 |
+
port = st.number_input("Enter port number:", value=8080)
|
267 |
container = run_docker_container(project_name, port)
|
268 |
st.write(f"Docker container running: {container.id}")
|
269 |
|