Create Dockerfile
This commit is contained in:
parent
e99248d4be
commit
28ead999f9
1 changed files with 3 additions and 0 deletions
3
Dockerfile
Normal file
3
Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM alpine
|
||||
RUN apk add --no-cache git
|
||||
CMD ["echo", "/test.txt"]
|
Loading…
Add table
Reference in a new issue