Skip to content

Commit

Permalink
refactor(dockerfiler): use correct case for instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
s-pace committed Aug 17, 2020
1 parent ee5e3b3 commit d096fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper/dev/docker/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ WORKDIR /root

# Copy DocSearch files
COPY . .
run touch .env
RUN touch .env
ENTRYPOINT ["pipenv", "run", "./docsearch", "test", "no_browser"]

0 comments on commit d096fd8

Please sign in to comment.