Create Dockerfile

This commit is contained in:
Ruan Bekker 2019-04-18 09:52:34 +02:00 committed by GitHub
parent e99248d4be
commit 28ead999f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM alpine
RUN apk add --no-cache git
CMD ["echo", "/test.txt"]