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:
parent
b7f6a5fe91
commit
6a31473d22
4 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue