diff --git a/Dockerfile b/Dockerfile index 07d39c8a..35588c0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM python:3.9 -MAINTAINER SamR1@users.noreply.github.com - # set working directory RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/db/Dockerfile b/db/Dockerfile index 85a74ffb..163f2228 100644 --- a/db/Dockerfile +++ b/db/Dockerfile @@ -1,5 +1,3 @@ FROM postgres:13 -MAINTAINER SamR1@users.noreply.github.com - COPY create.sql /docker-entrypoint-initdb.d \ No newline at end of file