Creator - working
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
# Alpine base image
|
||||
FROM alpine:edge
|
||||
|
||||
VOLUME /data
|
||||
RUN apk add --no-cache bash docker openssh-keygen vim
|
||||
|
||||
RUN apk add --no-cache bash docker openssh-keygen
|
||||
|
||||
|
||||
CMD [ "/bin/bash" ]
|
||||
ADD entrypoint-command /bin/entrypoint
|
||||
|
||||
CMD [ "/bin/entrypoint" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user