Added new trip plan creator and removed visit count stores
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user