mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-09 15:15:18 +02:00
Add PostgreSQL client and SQL scripts for parks data
This commit is contained in:
parent
a6c3738c48
commit
a17c482522
4 changed files with 24 additions and 3 deletions
|
@ -4,6 +4,8 @@ FROM node:18-alpine AS external-website
|
|||
# A small line inside the image to show who made it
|
||||
LABEL Developers="Sean Morley"
|
||||
|
||||
RUN apk update && apk add postgresql-client
|
||||
|
||||
# The WORKDIR instruction sets the working directory for everything that will happen next
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue