mirror of
https://github.com/ivanch/tcc.git
synced 2025-08-25 07:11:50 +00:00
updating links for files & submodules
This commit is contained in:
@@ -12,10 +12,10 @@ RUN dotnet restore
|
||||
RUN dotnet build -c Release -o out
|
||||
|
||||
RUN cd out && \
|
||||
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 && \
|
||||
rm -rf runtimes && \
|
||||
mkdir -p ./static && \
|
||||
mv small-image.png ./static && \
|
||||
|
@@ -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 . .
|
||||
|
||||
|
2
Express
2
Express
Submodule Express updated: b85d8c503e...3a54792794
@@ -13,10 +13,10 @@ RUN apt-get update && \
|
||||
mv bin/protoc /usr/local/bin/ && \
|
||||
rm -rf protoc-25.0-linux-x86_64.zip bin include readme.txt
|
||||
|
||||
RUN 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 && \
|
||||
RUN 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 && \
|
||||
rm -rf runtimes && \
|
||||
mkdir -p ./static && \
|
||||
mv small-image.png ./static && \
|
||||
|
2
Spring
2
Spring
Submodule Spring updated: f8fdeb0dd5...281dc59716
Reference in New Issue
Block a user