feat:golang idea build

This commit is contained in:
uset
2022-11-19 03:52:53 +00:00
parent 424dac2b84
commit 81e62ecd0d
2 changed files with 25 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"