refactoring

This commit is contained in:
2021-11-24 10:19:52 +01:00
parent 88cbba61ef
commit f6103c1f2c
4 changed files with 11 additions and 7 deletions

View File

@@ -10,5 +10,6 @@ COPY . .
RUN npm run build
RUN chmod +x ./lib/fetch-yt-dlp.sh
RUN ./lib/fetch-yt-dlp.sh && mv yt-dlp ./lib
RUN rm -rf .parcel-cache
EXPOSE 3022
CMD [ "node" , "./server.js" ]