mirror of https://github.com/ivanch/tcc.git
consertando url
This commit is contained in:
parent
cd1e9da710
commit
05dad7ade5
|
@ -12,9 +12,9 @@ RUN dotnet restore
|
||||||
RUN dotnet build -c Release -o out
|
RUN dotnet build -c Release -o out
|
||||||
|
|
||||||
RUN cd out && \
|
RUN cd out && \
|
||||||
wget https://files.ivanch.me/api/public/dl/Dj0gkp-m/small-image.png && \
|
wget https://files.ivanch.me/api/public/dl/iFuXSNhw/small-image.png && \
|
||||||
wget https://files.ivanch.me/api/public/dl/FqHEPM1Q/big-image.png && \
|
wget https://files.ivanch.me/api/public/dl/81Bkht5C/big-image.png && \
|
||||||
wget https://files.ivanch.me/api/public/dl/nTAYqZwD/video.mp4 && \
|
wget https://files.ivanch.me/api/public/dl/nAndfAjK/video.mp4 && \
|
||||||
rm -rf runtimes && \
|
rm -rf runtimes && \
|
||||||
mkdir -p ./static && \
|
mkdir -p ./static && \
|
||||||
mv small-image.png ./static && \
|
mv small-image.png ./static && \
|
||||||
|
|
Loading…
Reference in New Issue