mirror of
https://github.com/SourceFellows/gobuch.git
synced 2026-08-22 10:50:24 +02:00
initial import
This commit is contained in:
@@ -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