Skip to content

Commit

Permalink
Merge pull request #94 from wilkos-dans/patch-2
Browse files Browse the repository at this point in the history
Copy fuji.py to usr/bin only
  • Loading branch information
orviz authored Jun 17, 2022
2 parents fd5c0b2 + 148ceef commit 06cfe95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions QC.FAIR/Dockerfile-fuji
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM steinsteiny/fuji:v1.4.9-noauth

COPY fuji.py /usr/bin /usr/src/app
RUN chmod +x /usr/src/app/fuji.py
COPY fuji.py /usr/bin
RUN chmod +x /usr/bin/fuji.py

0 comments on commit 06cfe95

Please sign in to comment.