mirror of
https://github.com/openfaas/faas.git
synced 2025-06-12 02:06:46 +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 tests tests
|
||||||
COPY server.go .
|
COPY server.go .
|
||||||
COPY types types
|
COPY types types
|
||||||
|
COPY plugin plugin
|
||||||
|
|
||||||
RUN go test -v ./tests && \
|
RUN go test -v ./tests && \
|
||||||
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o app .
|
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o app .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user