Skip to content

Commit

Permalink
add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rvancea committed Mar 4, 2020
1 parent a2bf083 commit cbd4346
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#This is a sample image
FROM ubuntu:18.04

WORKDIR /usr/share/rv
COPY target target
RUN apt-get update && apt-get install -y iputils-ping && mkdir loremIpsum
ENV myName="RV"
ENTRYPOINT echo $myName

0 comments on commit cbd4346

Please sign in to comment.