Skip to content

Commit

Permalink
no idea
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McFadden committed May 20, 2024
1 parent ba19504 commit 6c2dd02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COPY get-docker.sh /root/
RUN chmod +x /root/get-docker.sh
RUN /root/get-docker.sh
COPY commands/* /usr/local/bin/
RUN echo "Hello"
RUN mkdir /scratch

RUN mkdir /opt
COPY . /opt/
WORKDIR /opt

0 comments on commit 6c2dd02

Please sign in to comment.