Add initial database setup and user/artist management functionality
This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@ ENV POSTGRES_USER=${POSTGRES_USER}
|
||||
ENV POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||
ENV POSTGRES_DB=${POSTGRES_DB}
|
||||
|
||||
# Copy the database setup script
|
||||
# Copy the sqlc setup script
|
||||
COPY db.sql /docker-entrypoint-initdb.d/01_init.sql
|
||||
Reference in New Issue
Block a user