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