Commit 18f89df1 by zhengtianbao

Update Dockerfile

parent 1174ce45
Pipeline #7 passed with stage
in 17 seconds
...@@ -6,4 +6,4 @@ COPY . /testweb ...@@ -6,4 +6,4 @@ COPY . /testweb
EXPOSE 5000 EXPOSE 5000
CMD ['flask', 'run'] ENTRYPOINT ['entrypoint.sh']
#!/bin/sh
flask run --host=0.0.0.0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment