mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 14:22:46 +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