Add auth
This commit is contained in:
@ -10,7 +10,8 @@ RUN npm install
|
||||
|
||||
# Copy the rest of the code
|
||||
COPY . .
|
||||
RUN npx prisma generate
|
||||
RUN npx prisma generate &&
|
||||
npx prisma db seed
|
||||
|
||||
# Expose the dev port
|
||||
EXPOSE 3000
|
||||
|
||||
Reference in New Issue
Block a user