Skip to content

Commit 882d4db

Browse files
chore: remove obsolete service
1 parent b4d653e commit 882d4db

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docker-compose.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
version: "3"
22

33
services:
4-
_compile:
5-
image: golang
6-
entrypoint: go
7-
command: "build -o /build/ lib/dockerized.go"
8-
working_dir: /src
9-
volumes:
10-
- ".:/src"
11-
- "./build:/build"
12-
- "dockerized_compile:/go/pkg"
134
alpine:
145
&alpine
156
image: "alpine_${ALPINE_VERSION}"
@@ -185,5 +176,4 @@ volumes:
185176
node_modules: {}
186177
python_modules: {}
187178
pip_cache: {}
188-
dockerized_compile: {}
189179
go_cache: {}

0 commit comments

Comments
 (0)