Skip to content

Commit

Permalink
Update Dockerfile: trivial change to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
jaamarks authored Mar 6, 2024
1 parent b1a750d commit bb976c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellranger_extract_rename/v1.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN mv rename_files.sh /opt/
# Change permissions to make things exectuable
RUN chmod u+x /opt/rename_files.sh

# Set wrkdir
# Set workdir
RUN mkdir /data
COPY ./*.zip /data
WORKDIR /data
Expand Down

0 comments on commit bb976c0

Please sign in to comment.