Make it a little faster, queue is in sqlite now, fix db bug and more
All checks were successful
Build and Deploy on Tag / 🔨 Build (push) Successful in 10s
All checks were successful
Build and Deploy on Tag / 🔨 Build (push) Successful in 10s
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
FROM git.tesses.org/tesses50/crosslang-withshell:latest AS build
|
||||
|
||||
RUN cd Tesses.YouTubeDownloader.Server && crosslang build && cd bin && mv Tesses.YouTubeDownloader.Server-*.crvm tytd2025.crvm
|
||||
COPY ./ /src/
|
||||
|
||||
RUN cd /src/Tesses.YouTubeDownloader.Server && crosslang build && cd bin && mv Tesses.YouTubeDownloader.Server-*.crvm tytd2025.crvm
|
||||
|
||||
FROM git.tesses.org/tesses50/crosslang:latest
|
||||
COPY --from=build Tesses.YouTubeDownloader.Server/bin/ /app
|
||||
COPY --from=build /src/Tesses.YouTubeDownloader.Server/bin/ /app
|
||||
WORKDIR /data
|
||||
ENV TYTDDIR=/data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user