Unverified Commit 6adbb741 authored by Athurg Gooth's avatar Athurg Gooth Committed by GitHub

chore: split Go binary and src for dev (#1932)

Split Go binary and src for dev
parent d4b88c6c
...@@ -14,8 +14,9 @@ services: ...@@ -14,8 +14,9 @@ services:
working_dir: /work working_dir: /work
command: air -c ./scripts/.air.toml command: air -c ./scripts/.air.toml
volumes: volumes:
- $HOME/go/pkg/:/go/pkg/ # Cache for go mod shared with the host
- ./.air/bin/:/go/bin/ # Cache for binary used only in container, such as *air*
- .:/work/ - .:/work/
- ./.air/go/:/go/ # Cache for go mod database
web: web:
image: node:18.12.1-alpine3.16 image: node:18.12.1-alpine3.16
working_dir: /work working_dir: /work
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment