Fix docker build

This commit is contained in:
Yax 2024-12-14 14:21:19 +01:00
parent ce4e2b2b1b
commit a5032ed440
4 changed files with 5 additions and 4 deletions

View file

@ -19,7 +19,7 @@ RUN chmod +x usr/local/bin/docker-init.sh
RUN cd /
COPY dist/${STACOSYS_FILENAME} /
RUN python3 -m pip install ${STACOSYS_FILENAME} --target /stacosys
#RUN rm -f ${STACOSYS_FILENAME}
RUN rm -f ${STACOSYS_FILENAME}
WORKDIR /stacosys
CMD ["docker-init.sh"]