Added new trip plan creator and removed visit count stores

This commit is contained in:
Sean Morley
2024-05-06 23:13:32 +00:00
parent 75da1f4cc6
commit 01865951ac
19 changed files with 967 additions and 522 deletions

View File

@@ -4,8 +4,6 @@ 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