Skip to content
Snippets Groups Projects
Commit 1a8a896a authored by wce's avatar wce
Browse files

修改了dockerfile

parent 04770ab4
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,10 @@
<servers />
</component>
<component name="WindowStateProjectService">
<state x="409" y="6" key="CommitChangelistDialog2" timestamp="1656173902460">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="409" y="6" key="CommitChangelistDialog2/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1656173902460" />
<state x="549" y="167" key="FileChooserDialogImpl" timestamp="1656170973860">
<screen x="0" y="0" width="1536" height="824" />
</state>
......
......@@ -2,4 +2,4 @@
+ docker stop edge
+ docker rm edge
+ docker build -t edge .
+ docker run -d -p 3000:3000 --name edge edge
\ No newline at end of file
+ docker run -d -p 7001:7001 --name edge edge
\ No newline at end of file
......@@ -18,4 +18,4 @@ def getDoorStatus():
return Data
app.run(host="0.0.0.0", port=3000)
app.run(host="0.0.0.0", port=7001)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment