We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352aaa7 commit ddeb22cCopy full SHA for ddeb22c
Dockerfile
@@ -6,5 +6,6 @@ COPY package.json package-lock.json .env.local ./
6
RUN npm install
7
8
COPY tsconfig.json postcss.config.js tailwind.config.js ./
9
+COPY /hooks ./hooks
10
11
CMD ["npm", "run", "dev"]
0 commit comments