Skip to content

Commit

Permalink
Combined both simple Dockerfiles into one
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Silva <[email protected]>
  • Loading branch information
taylorsilva committed Jun 7, 2020
1 parent d903473 commit 4d0ac9e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfiles/simple-input/Dockerfile

This file was deleted.

2 changes: 2 additions & 0 deletions Dockerfiles/simple/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM busybox

RUN echo "I'm simple!"
COPY ./stranger /stranger
RUN cat /stranger
File renamed without changes.

0 comments on commit 4d0ac9e

Please sign in to comment.