Build docker image with built project
This commit is contained in:
parent
f8beb5f859
commit
07bdfbf240
3 changed files with 15 additions and 4 deletions
|
|
@ -17,8 +17,8 @@ COPY docker/docker-init.sh /usr/local/bin/
|
|||
RUN chmod +x usr/local/bin/docker-init.sh
|
||||
|
||||
RUN cd /
|
||||
#COPY ${STACOSYS_FILENAME} /
|
||||
RUN wget https://github.com/kianby/stacosys/releases/download/${STACOSYS_VERSION}/${STACOSYS_FILENAME}
|
||||
COPY dist/${STACOSYS_FILENAME} /
|
||||
#RUN wget https://github.com/kianby/stacosys/releases/download/${STACOSYS_VERSION}/${STACOSYS_FILENAME}
|
||||
RUN python3 -m pip install ${STACOSYS_FILENAME} --target /stacosys
|
||||
RUN rm -f ${STACOSYS_FILENAME}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue