Skip to content

Commit 6299d99

Browse files
committed
feat: ajout du dockerfile pour l'init de la database
1 parent 183ef13 commit 6299d99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile-database-init

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM postgres:17.5-alpine
22

33
COPY pg/ /pg/
44

5-
RUN chmod +x /pg/lancement.sh
5+
RUN chmod +x /pg/entrypoint.sh
66

7-
ENTRYPOINT ["/pg/lancement.sh"]
7+
ENTRYPOINT ["/pg/entrypoint.sh"]

0 commit comments

Comments
 (0)