提交 b63ce741 编写于 作者: T ToBeADevOps

第一次自动化打包部署_019_DockerfileError

改变 CMD 的命令格式
上级 e5b15f2c
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="b607d0ec-6b80-4527-85ad-7c1c544feb41" name="Default Changelist" comment="" />
<list default="true" id="b607d0ec-6b80-4527-85ad-7c1c544feb41" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Dockerfile" beforeDir="false" afterPath="$PROJECT_DIR$/Dockerfile" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
......@@ -32,6 +35,7 @@
<component name="JupyterTrust" id="4f18b302-ea8f-49c8-b492-d1dd3b555fe6" />
<component name="ProjectId" id="1hwiUwms2JVZzExamDm0Ncru7vm" />
<component name="ProjectLevelVcsManager">
<OptionsSetting value="false" id="Update" />
<ConfirmationsSetting value="2" id="Add" />
</component>
<component name="ProjectViewState">
......@@ -132,14 +136,7 @@
<workItem from="1599638342388" duration="8489000" />
<workItem from="1599703002652" duration="1352000" />
<workItem from="1600077620694" duration="169000" />
<workItem from="1600928578006" duration="2802000" />
</task>
<task id="LOCAL-00011" summary="尝试寻找manage">
<created>1599535976128</created>
<option name="number" value="00011" />
<option name="presentableId" value="LOCAL-00011" />
<option name="project" value="LOCAL" />
<updated>1599535976128</updated>
<workItem from="1600928578006" duration="7315000" />
</task>
<task id="LOCAL-00012" summary="尝试寻找manage">
<created>1599536128221</created>
......@@ -477,7 +474,14 @@
<option name="project" value="LOCAL" />
<updated>1600931248691</updated>
</task>
<option name="localTasksCounter" value="60" />
<task id="LOCAL-00060" summary="第一次自动化打包部署_018&#10;重新启动并且简化工作空间名称">
<created>1600931682023</created>
<option name="number" value="00060" />
<option name="presentableId" value="LOCAL-00060" />
<option name="project" value="LOCAL" />
<updated>1600931682023</updated>
</task>
<option name="localTasksCounter" value="61" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
......@@ -521,13 +525,17 @@
<option name="LAST_COMMIT_MESSAGE" value="第一次自动化打包部署_018&#10;重新启动并且简化工作空间名称" />
</component>
<component name="WindowStateProjectService">
<state x="1625" y="677" key="CommitChangelistDialog2" timestamp="1600931248129">
<state x="1625" y="677" key="CommitChangelistDialog2" timestamp="1600931681586">
<screen x="1440" y="555" width="2048" height="1122" />
</state>
<state x="1625" y="677" key="CommitChangelistDialog2/1440.555.2048.1122/0.0.1152.2018@1440.555.2048.1122" timestamp="1600931248129" />
<state x="1625" y="677" key="CommitChangelistDialog2/1440.555.2048.1122/0.0.1152.2018@1440.555.2048.1122" timestamp="1600931681586" />
<state x="2057" y="849" key="Vcs.Push.Dialog.v2" timestamp="1600931252782">
<screen x="1440" y="555" width="2048" height="1122" />
</state>
<state x="2057" y="849" key="Vcs.Push.Dialog.v2/1440.555.2048.1122/0.0.1152.2018@1440.555.2048.1122" timestamp="1600931252782" />
<state x="2269" y="1029" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1600931693299">
<screen x="1440" y="555" width="2048" height="1122" />
</state>
<state x="2269" y="1029" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/1440.555.2048.1122/0.0.1152.2018@1440.555.2048.1122" timestamp="1600931693299" />
</component>
</project>
\ No newline at end of file
......@@ -8,4 +8,4 @@ RUN tar zxvf django-PACP-0.1.tar.gz && \
cd django-PACP-0.1 && \
pip install -r requirements.txt
CMD ./run.sh
\ No newline at end of file
CMD ['sh','run.sh']
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册