Skip to content

Commit

Permalink
cd?
Browse files Browse the repository at this point in the history
  • Loading branch information
fishsticks89 committed Sep 23, 2021
1 parent 70966ad commit b70b14f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ RUN python3 -m pip install pros-cli
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

RUN ls

# Code file to execute when the docker container starts up (`entrypoint.sh`)
ENTRYPOINT ["/entrypoint.sh"]

WORKDIR "../"
WORKDIR "../"
RUN ls

0 comments on commit b70b14f

Please sign in to comment.