Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

Commit 8b882ee

Browse files
committed
ci: test deploy schemas
1 parent 2bdb360 commit 8b882ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:alpine as builder
22
WORKDIR /build
3-
ADD . /build
3+
COPY . /build
44
RUN go build -o ./bin/stackhead-cli .
55

66
FROM pad92/ansible-alpine:2.10.3

0 commit comments

Comments
 (0)