Skip to content

Commit

Permalink
Copy fuji.py to usr/bin only
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkos-dans authored Jun 16, 2022
1 parent fd5c0b2 commit 148ceef
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 148ceef

Please sign in to comment.