diff --git a/Dockerfile b/Dockerfile index c7a481d..999d597 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,8 @@ WORKDIR /src RUN git clone https://onedev.site.tesses.net/tytd2025 && cd tytd2025/Tesses.YouTubeDownloader.Server && crosslang build FROM onedev.site.tesses.net/crosslang/crosslang:latest - +RUN mkdir /app COPY --from=build /src/tytd2025/Tesses.YouTubeDownloader.Server/bin/ /app -RUN find /app WORKDIR /data EXPOSE 3255