Skip to content
Snippets Groups Projects
Commit 785476f0 authored by Jiri Sadek's avatar Jiri Sadek
Browse files

Issue #30 - Add postgres:13 Dockerfile

parent 398ce1e2
No related branches found
No related tags found
No related merge requests found
FROM postgres:13
COPY ./docker/devel/entrypoint-initdb.d/ /docker-entrypoint-initdb.d/
COPY ./ /app
WORKDIR /app
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment