Skip to content

Commit

Permalink
Merge pull request #7 from opt-nc/fix/docker
Browse files Browse the repository at this point in the history
fix(dockerfile): fix pip command
  • Loading branch information
tamere-allo-peter authored Jan 21, 2022
2 parents feb1508 + 5d3215b commit 9810971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ COPY yamlfixer /usr/local/bin/yamlfixer
COPY requirements.txt /requirements.txt

RUN chmod 0755 /usr/local/bin/yamlfixer
RUN pip install -r requirements.txt
RUN pip install -r /requirements.txt

0 comments on commit 9810971

Please sign in to comment.