Update Dockerfile

This commit is contained in:
Alexandre
2023-03-14 22:44:35 +01:00
committed by GitHub
parent 9e8d8d10f6
commit c04944e181

View File

@@ -15,7 +15,7 @@
#################
ARG BUILD_FROM
FROM ghcr.io/nichobi/sponsorblockcast:latest
FROM $BUILD_FROM
VOLUME [ "/data" ]
##################