Skip to content

Commit

Permalink
fix: docker image-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kalil-pelissier committed Dec 18, 2022
1 parent 5c4f2be commit e3d8503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.migrations
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e3d8503

Please sign in to comment.