Added a Dockerfile
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk add --no-cache bash
|
||||
|
||||
COPY src /src/
|
||||
|
||||
RUN chmod +x /src/dumbfuck
|
||||
|
||||
CMD /src/dumbfuck
|
Reference in New Issue
Block a user