diff --git a/.dockerignore b/.dockerignore index b6cf61d..b2c1b44 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,6 @@ bin deployment localclients.json +node_modules +clients/dashboard/node_modules .env \ No newline at end of file diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 23fa78f..5db695d 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -46,6 +46,8 @@ jobs: fetch-depth: 0 - name: Publish Image + env: + DOCKER_BUILDKIT: 1 run: | make docker-build-server make docker-build-cli diff --git a/2024-10-05_tasks.docx b/2024-10-05_tasks.docx deleted file mode 100644 index 6d8b87a..0000000 Binary files a/2024-10-05_tasks.docx and /dev/null differ