mirror of https://github.com/ivanch/tcc.git
fix
This commit is contained in:
parent
af0bad0eeb
commit
659acde4ad
|
@ -15,7 +15,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0-bullseye-slim
|
||||||
|
|
||||||
WORKDIR /App
|
WORKDIR /App
|
||||||
|
|
||||||
COPY --from=build-env ./out .
|
COPY --from=build-env /App/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 && \
|
||||||
|
|
Loading…
Reference in New Issue