Skip to content

Commit ddeb22c

Browse files
committed
Copy hooks folder to container
1 parent 352aaa7 commit ddeb22c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ COPY package.json package-lock.json .env.local ./
66
RUN npm install
77

88
COPY tsconfig.json postcss.config.js tailwind.config.js ./
9+
COPY /hooks ./hooks
910

1011
CMD ["npm", "run", "dev"]

0 commit comments

Comments
 (0)