Docker - update dockerfile
This commit is contained in:
parent
684bb698e7
commit
4b54634ce8
@ -1,7 +1,5 @@
|
|||||||
FROM python:3.9
|
FROM python:3.9
|
||||||
|
|
||||||
MAINTAINER SamR1@users.noreply.github.com
|
|
||||||
|
|
||||||
# set working directory
|
# set working directory
|
||||||
RUN mkdir -p /usr/src/app
|
RUN mkdir -p /usr/src/app
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
FROM postgres:13
|
FROM postgres:13
|
||||||
|
|
||||||
MAINTAINER SamR1@users.noreply.github.com
|
|
||||||
|
|
||||||
COPY create.sql /docker-entrypoint-initdb.d
|
COPY create.sql /docker-entrypoint-initdb.d
|
Loading…
Reference in New Issue
Block a user