Skip to content

Commit

Permalink
add uuid extension
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinflaherty1 committed Apr 14, 2020
1 parent f3bce48 commit 1255cca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM postgres:9.6-alpine
COPY ./install-extensions.sql /docker-entrypoint-initdb.d
1 change: 1 addition & 0 deletions install-extensions.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE EXTENSION IF NOT EXISTS "uuid-ossp"

0 comments on commit 1255cca

Please sign in to comment.