updating links for files & submodules

This commit is contained in:
2024-01-15 21:03:44 -03:00
parent 877c7a0dc3
commit 00db2190b5
5 changed files with 14 additions and 14 deletions

View File

@@ -3,10 +3,10 @@ FROM rust:latest
WORKDIR /app
RUN apt-get update && apt-get -y install wget && \
wget https://files.ivanch.me/api/public/dl/a8pf5HZL/small-image.png && \
wget https://files.ivanch.me/api/public/dl/ZoZDck7M/big-image.png && \
wget https://files.ivanch.me/api/public/dl/URuFVrtX/video.mp4 && \
wget https://files.ivanch.me/api/public/dl/aeZqpr_F/nginx.html
wget https://files.ivanch.me/api/public/dl/ch3NV0P8/small-image.png && \
wget https://files.ivanch.me/api/public/dl/jNlXYMLR/big-image.png && \
wget https://files.ivanch.me/api/public/dl/QdKvaeQI/video.mp4 && \
wget https://files.ivanch.me/api/public/dl/YD4vmSsO/nginx.html && \
COPY . .