Skip to content

Commit

Permalink
Revert "Create requirements.txt if it doesn't exist (#647)"
Browse files Browse the repository at this point in the history
This reverts commit d4c1b3e.
  • Loading branch information
StephenWeatherford committed Dec 10, 2018
1 parent 34b4060 commit 94bf7fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configureWorkspace/configure_python.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ WORKDIR /app
ADD . /app
# Using pip:
RUN if [ ! -f requirements.txt ]; then pip3 freeze > requirements.txt; fi
RUN python3 -m pip install -r requirements.txt
CMD ["python3", "-m", "${serviceNameAndRelativePath}"]
Expand Down

0 comments on commit 94bf7fb

Please sign in to comment.