Skip to content

Commit

Permalink
Re: #2055 - WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-ratcliffe committed Aug 4, 2023
1 parent fc39b22 commit 71d8519
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/datawave-quickstart/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ COPY . /opt/datawave

WORKDIR /opt/datawave

RUN find /opt/datawave -type f && exit 1

# Create new Git repo and configure environment...
RUN git status && cat .dockerignore
#RUN git status && cat .dockerignore

RUN rm -f .dockerignore && \
git init && \
Expand Down

0 comments on commit 71d8519

Please sign in to comment.