Fix docker image.

This commit is contained in:
Arijit Das
2021-10-09 16:43:16 +05:30
parent e841fde8ed
commit 76ea0d32dd
2 changed files with 3 additions and 3 deletions
+3 -1
View File
@@ -1 +1,3 @@
FROM postgres:12-alpine
FROM postgres:12-alpine
COPY ./schema.sql /docker-entrypoint-initdb.d/init.sql