We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c3fac commit e5785d4Copy full SHA for e5785d4
api/Dockerfile
@@ -1,11 +1,5 @@
1
FROM golang:buster as dev
2
3
-# setup okteto message
4
-COPY bashrc /root/.bashrc
5
-
6
-RUN go install github.com/go-delve/delve/cmd/dlv@latest && \
7
- curl -sSfL https://raw.githubusercontent.com/cosmtrek/air/master/install.sh | sh -s -- -b /usr/bin
8
9
WORKDIR /usr/src/app
10
11
ADD go.mod go.sum ./
worker/Dockerfile
0 commit comments