Compare commits

...

2 Commits

Author SHA1 Message Date
azw
f17e1ad075 1 2022-03-04 19:22:34 +08:00
azw
e5593790c0 1 2022-03-04 19:04:13 +08:00
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ RUN mkdir -p /app
COPY . /app
WORKDIR /app
RUN chmod -R 755 /app
RUN ln -s /usr/bin/x86_64-linux-gnu-g++-9 /usr/bin/g++
#RUN ln -s /usr/bin/x86_64-linux-gnu-g++-9 /usr/bin/g++
RUN /usr/bin/bash /app/boundle.sh
CMD ["bash"]
#CMD ["/app/boundle.sh"]

1
start.sh Normal file
View File

@ -0,0 +1 @@
python deploy_docker.py