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 cf84548 commit 728b32fCopy full SHA for 728b32f
v1/.dockerignore renamed to v1/.dockerignore1
@@ -2,7 +2,5 @@
2
.devspace/
3
devspace_start.sh
4
devspace.yaml
5
-Dockerfile
6
-Dockerfile.dev
7
plugin.yaml
8
README.yaml
v1/Dockerfile
@@ -16,12 +16,12 @@ COPY . .
16
# Build cmd
17
RUN CGO_ENABLED=0 GO111MODULE=on go build -mod vendor -o /plugin main.go
18
19
-# we use alpine for easier debugging
20
-FROM alpine
+# # we use alpine for easier debugging
+# FROM alpine
21
22
-# Set root path as working directory
23
-WORKDIR /
+# # Set root path as working directory
+# WORKDIR /
24
25
-COPY --from=builder /plugin .
+# COPY --from=builder /plugin .
26
27
-ENTRYPOINT ["/plugin"]
+# ENTRYPOINT ["/plugin"]
0 commit comments