Browse Source

Update Dockerfile

pull/9/head
abfedena 4 years ago
committed by GitHub
parent
commit
5c10e41ed3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Dockerfiles/simple/Dockerfile

1
Dockerfiles/simple/Dockerfile

@ -1,4 +1,5 @@
FROM busybox FROM busybox
RUN echo "hello"
RUN echo "I'm simple!" RUN echo "I'm simple!"
COPY ./stranger /stranger COPY ./stranger /stranger

Loading…
Cancel
Save