Skip to content

Commit

Permalink
move dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adraismawur committed Oct 4, 2024
1 parent 74650bf commit 26c17bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/docker/Dockerfile → Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN micromamba install \
# clean up cache
micromamba clean --all --yes

RUN chmod u+x bigscape.py
RUN chmod 777 bigscape.py

ENTRYPOINT [ "/usr/local/bin/_entrypoint.sh", "./bigscape.py" ]
CMD [ "--help" ]

0 comments on commit 26c17bd

Please sign in to comment.