scripts: move scripts to the project root directory

I believe, that these kind of scripts should reside there
instead of src directory
This commit is contained in:
Wroclaw 2023-09-30 12:31:25 +02:00
parent b7f6a5fe91
commit 6a31473d22
4 changed files with 7 additions and 5 deletions

View file

@ -12,6 +12,7 @@ RUN npx prisma generate
# Typescript compiling
COPY tsconfig.json .
COPY src ./src
COPY scripts ./scripts
RUN npx tsc
# Run the app