Debug
This commit is contained in:
parent
6becceeb61
commit
ce4e2b2b1b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ RUN chmod +x usr/local/bin/docker-init.sh
|
||||||
RUN cd /
|
RUN cd /
|
||||||
COPY dist/${STACOSYS_FILENAME} /
|
COPY dist/${STACOSYS_FILENAME} /
|
||||||
RUN python3 -m pip install ${STACOSYS_FILENAME} --target /stacosys
|
RUN python3 -m pip install ${STACOSYS_FILENAME} --target /stacosys
|
||||||
RUN rm -f ${STACOSYS_FILENAME}
|
#RUN rm -f ${STACOSYS_FILENAME}
|
||||||
|
|
||||||
WORKDIR /stacosys
|
WORKDIR /stacosys
|
||||||
CMD ["docker-init.sh"]
|
CMD ["docker-init.sh"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue