Updates for allhands (#3)
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
# sample dockerfile for testing call-docker-build.yaml
|
||||
FROM alpine:edge
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
WORKDIR /test
|
||||
|
||||
COPY . .
|
||||
|
||||
ENTRYPOINT ["curl"]
|
||||
|
||||
CMD ["--help"]
|
||||
Reference in New Issue
Block a user