diff --git a/Dockerfile.migrations b/Dockerfile.migrations index 3c3225e..b0e680d 100644 --- a/Dockerfile.migrations +++ b/Dockerfile.migrations @@ -1,4 +1,4 @@ -FROM gitlab.polytech.umontpellier.fr:5050/polyflix-do/docker-images/psql-migration:latest +FROM ghcr.io/polyflix/dependencies/psql-migration:main COPY ./dist/resources/migrations migrations RUN tsc --skipLibCheck true --skipDefaultLibCheck true ./migrations/*.ts --outDir "./migrations" || echo "expected error" \ No newline at end of file