mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 17:26:47 +00:00
Add plugin folder to Dockerfile
This commit is contained in:
parent
f165ce2ca7
commit
ce8d5838dc
@ -10,6 +10,7 @@ COPY requests requests
|
||||
COPY tests tests
|
||||
COPY server.go .
|
||||
COPY types types
|
||||
COPY plugin plugin
|
||||
|
||||
RUN go test -v ./tests && \
|
||||
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o app .
|
||||
|
Loading…
x
Reference in New Issue
Block a user