mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-03-22 08:38:11 +05:00
Use minified hls.js; bigger caching for assets
This commit is contained in:
@@ -21,7 +21,7 @@ FROM scratch
|
||||
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
COPY --from=build /build/assets /assets
|
||||
COPY --from=build /build/app /app
|
||||
COPY --from=node /hls.js/node_modules /node_modules
|
||||
COPY --from=node /hls.js/node_modules/hls.js/dist/hls.light.min.js /node_modules/hls.js/dist/hls.light.min.js
|
||||
|
||||
EXPOSE 4664
|
||||
|
||||
|
||||
Reference in New Issue
Block a user