File size: 233 Bytes
8dc9718
 
 
 
 
 
 
1
2
3
4
5
6
7
FROM shaoguo/faster_liveportrait:v3
USER root
RUN mkdir -p /root/FasterLiveportrait
RUN chown -R /root/FasterLiveportrait
COPY . /root/FasterLiveportrait
WORKDIR /root/FasterLiveportrait
CMD ["/bin/bash && bash scripts/start_api.sh"]