This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ RUN npm install
|
||||
COPY . .
|
||||
RUN npx prisma generate --schema=schema.prisma
|
||||
EXPOSE 3000
|
||||
CMD ["npx", "tsx", "devV1-Seed/server.ts"]
|
||||
CMD ["npx", "--yes", "tsx", "devV1-Seed/server.ts"]
|
||||
|
||||
Reference in New Issue
Block a user