mirror of https://github.com/ivanch/tcc.git
fix
This commit is contained in:
parent
89f1418a08
commit
af0bad0eeb
|
@ -15,6 +15,8 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0-bullseye-slim
|
||||||
|
|
||||||
WORKDIR /App
|
WORKDIR /App
|
||||||
|
|
||||||
|
COPY --from=build-env ./out .
|
||||||
|
|
||||||
RUN apt update && apt install wget -y && \
|
RUN apt update && apt install wget -y && \
|
||||||
wget https://files.ivanch.me/api/public/dl/QFCLgtrG/simpleimage.png && \
|
wget https://files.ivanch.me/api/public/dl/QFCLgtrG/simpleimage.png && \
|
||||||
wget https://files.ivanch.me/api/public/dl/E0VLgWbx/bigimage.png && \
|
wget https://files.ivanch.me/api/public/dl/E0VLgWbx/bigimage.png && \
|
||||||
|
@ -24,6 +26,4 @@ RUN apt update && apt install wget -y && \
|
||||||
cp bigimage.png ./static && \
|
cp bigimage.png ./static && \
|
||||||
mv video.mp4 ./static
|
mv video.mp4 ./static
|
||||||
|
|
||||||
COPY --from=build-env /App/out .
|
|
||||||
|
|
||||||
ENTRYPOINT ["dotnet", "/App/TCC.APP.dll"]
|
ENTRYPOINT ["dotnet", "/App/TCC.APP.dll"]
|
Loading…
Reference in New Issue