fixed gitignore which mistakenly omitted the cmd dir
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -26,6 +26,7 @@ RUN go mod download
|
||||
|
||||
COPY ./ ./
|
||||
#RUN make lint
|
||||
RUN find .
|
||||
RUN make httpd
|
||||
RUN go mod vendor
|
||||
RUN tar -c . | bzip2 > /src.tbz2
|
||||
|
||||
Reference in New Issue
Block a user