mirror of
https://github.com/SourceFellows/gobuch.git
synced 2026-07-04 03:47:05 +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