Skip to content

Commit ae6a4a1

Browse files
committed
fix: 💚 fix docker build failure
1 parent 5d9c145 commit ae6a4a1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.dockerignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,10 @@ docker-compose*.yml
5959
# Large data files
6060
*.csv
6161
*.zip
62-
*.tar.gz
62+
*.tar.gz
63+
64+
# Ignore root level devbox and use minimal devbox config
65+
devbox.json
66+
!/libs/devbox-minimal/devbox.json
67+
devbox.lock
68+
!/libs/devbox-minimal/devbox.lock

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
- [ ] Add title property or daisyui tooltip to all links and buttons
44
- [ ] Connect with sonarcloud and add sonarcloud badges to readme
5-
- [ ] Add banner to github repo
65
- [ ] Add E2E tests
76
- [ ] Lazily load content if cache miss
7+
- [ ] Fix contact us page

0 commit comments

Comments
 (0)