mirror of
https://github.com/cross-the-world/scp-pipeline.git
synced 2025-09-10 19:48:17 +08:00
remove workdir in docker
This commit is contained in:
@@ -16,7 +16,6 @@ COPY requirements.txt /requirements.txt
|
|||||||
RUN pip3 install -r /requirements.txt
|
RUN pip3 install -r /requirements.txt
|
||||||
|
|
||||||
RUN mkdir -p /opt/tools
|
RUN mkdir -p /opt/tools
|
||||||
WORKDIR /opt/tools
|
|
||||||
|
|
||||||
COPY entrypoint.sh /opt/tools/entrypoint.sh
|
COPY entrypoint.sh /opt/tools/entrypoint.sh
|
||||||
RUN chmod +x /opt/tools/entrypoint.sh
|
RUN chmod +x /opt/tools/entrypoint.sh
|
||||||
|
Reference in New Issue
Block a user