mirror of
https://github.com/SourceFellows/gobuch.git
synced 2025-07-19 22:52:52 +02:00
initial import
This commit is contained in:
8
microservices/prometheus/application/Dockerfile
Normal file
8
microservices/prometheus/application/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
from golang:latest
|
||||
|
||||
RUN mkdir /application
|
||||
ADD . /application
|
||||
WORKDIR /application
|
||||
RUN go build -o application .
|
||||
|
||||
CMD ["/application/application"]
|
Reference in New Issue
Block a user