Skip to content
Snippets Groups Projects
Commit ce8d5838 authored by Alex Ellis's avatar Alex Ellis
Browse files

Add plugin folder to Dockerfile

parent f165ce2c
No related branches found
No related tags found
No related merge requests found
......@@ -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 .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment