Skip to content

Commit

Permalink
Adjust Dockerfile to end up in the right place while installing impor…
Browse files Browse the repository at this point in the history
…ts and then running data val job (#81)

* Why we're CDing twice:

1. We need to be in app/ to install the dependencies
2. Then we need to be in app/src/ to run the script itself

* remove the double-move in the Dockerfile; I am going to cd into the appropriate location in telemetry-airflow to run the job instead
  • Loading branch information
chelseatroy authored Sep 12, 2022
1 parent 9a8fa8f commit 88f5e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/search-term-data-validation/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3
MAINTAINER Chelsea Troy <ctroy@mozilla.com>

WORKDIR /usr/app/src
WORKDIR /usr/app/

RUN pip install --upgrade pip
COPY requirements.txt .
Expand Down

0 comments on commit 88f5e3f

Please sign in to comment.