golang ide build

This commit is contained in:
qq
2022-08-25 12:05:12 +08:00
parent 76842662a2
commit c3cee04623
3 changed files with 27 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
version: '3'
services:
goland-ida:
build: .
ports:
- "8081:8887"
environment:
- ORG_JETBRAINS_PROJECTOR_SERVER_PIXEL_PER_UNIT=20
volumes:
- "./projector-docker/project:/home/projector-user:cached"