Skip to content

Commit d027fc6

Browse files
committed
Comment out currently unused migration related tooling
1 parent 11280ad commit d027fc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ RUN apt-get update && \
3131
COPY --from=build /app/publish/ /jellyfin-pgsql/plugin/
3232
COPY docker/entrypoint.sh /entrypoint.sh
3333
COPY docker/database.xml /jellyfin-pgsql/database.xml
34-
COPY docker/jellyfindb.load /jellyfin-pgsql/jellyfindb.load
35-
COPY docker/jellyfin.PgsqlMigrator.dll /jellyfin-pgsql/jellyfin.PgsqlMigrator.dll
34+
# COPY docker/jellyfindb.load /jellyfin-pgsql/jellyfindb.load
35+
# COPY docker/jellyfin.PgsqlMigrator.dll /jellyfin-pgsql/jellyfin.PgsqlMigrator.dll
3636

3737
# Make entrypoint executable
3838
RUN chmod +x /entrypoint.sh

0 commit comments

Comments
 (0)