|
|
|
|
|
|
|
|
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - && \ |
|
|
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - && \ |
|
|
apt-get install -y --fix-missing nodejs nginx ffmpeg libsm6 libxext6 libgl1 |
|
|
apt-get install -y --fix-missing nodejs nginx ffmpeg libsm6 libxext6 libgl1 |
|
|
|
|
|
|
|
|
|
|
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y |
|
|
|
|
|
ENV PATH="/root/.cargo/bin:${PATH}" |
|
|
|
|
|
|
|
|
|
|
|
RUN pip install graspologic |
|
|
|
|
|
|
|
|
ADD ./web ./web |
|
|
ADD ./web ./web |
|
|
RUN cd ./web && npm i --force && npm run build |
|
|
RUN cd ./web && npm i --force && npm run build |
|
|
|
|
|
|