parent
f1468bbed8
commit
0b301c13be
|
@ -8,7 +8,6 @@ RUN cd /go/src/git.martyn.berlin/martyn/LEDController/; make deps ; make static
|
|||
FROM scratch
|
||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
COPY --from=builder /go/src/git.martyn.berlin/martyn/LEDController /app/
|
||||
COPY strings.json /app/strings.json
|
||||
COPY web/ /app/web/
|
||||
WORKDIR /app
|
||||
CMD ["/app/LEDController"]
|
Loading…
Reference in New Issue