Esse commit está contido em:
AJ ONeal 2020-04-28 00:47:31 -06:00
commit ef34fefc39
4 arquivos alterados com 6 adições e 11 exclusões

1
.gitignore externo
Ver arquivo

@ -1,3 +1,4 @@
certs
*.exe
/telebitd
/cmd/telebitd/telebitd

Ver arquivo

@ -1 +1,2 @@
vendor
go.sum

Ver arquivo

@ -1,15 +1,13 @@
version: '2.0'
services:
services:
rvpn:
build: rvpn/.
ports:
- "8443:8443"
entrypoint:
- ./start.sh
entrypoint:
- go build -mod vendor ./cmd/telebitd/ && ./telebitd
expose:
- "8843"
volumes:
- $GOPATH/:/go
- ../:/go-rvpn-server
- ../:/go-telebitd

Ver arquivo

@ -1,5 +0,0 @@
#!/bin/bash
go build && ./go-rvpn-server