Added pre-commit

This commit is contained in:
Mawoka
2022-06-09 17:12:39 +02:00
parent 5d40efe0fd
commit d89d734281
24 changed files with 186 additions and 53 deletions
+1 -1
View File
@@ -41,4 +41,4 @@ COPY --from=builder /usr/src/app/node_modules ./node_modules
EXPOSE 3000
# the command that starts our app
CMD ["pnpm", "run", "run:prod"]
CMD ["pnpm", "run", "run:prod"]