This website works better with JavaScript.
Home
Explore
Vladimir Smagin
Return to Blog
Help
Sign In
21h
/
rabbitmq-operator
Watch
1
Star
1
Fork
1
Code
Issues
0
Pull Requests
0
Releases
1
Activity
Browse Source
fix dockerfile
pull/14/head
Andrey Inishev
1 year ago
parent
c9f9d145a1
commit
51b1f9334e
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Dockerfile
+ 2
- 2
Dockerfile
View File
@ -8,8 +8,8 @@ COPY . .
WORKDIR
/app/rabbitmq-operator/cmd/manager
RUN
CGO_ENABLED
=
0
go build
RUN
go install
RUN
CGO_ENABLED
=
0
go build
-mod
=
vendor
RUN
go install
-mod
=
vendor
FROM
alpine:3.10
Write
Preview
Loading…
Cancel
Save