mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-03 19:03:31 +02:00
Move server directory outside of frontend src
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM node:16.5-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./ ./prisma/
|
||||
|
||||
CMD ["npx", "prisma", "studio"]
|
||||
Reference in New Issue
Block a user