From b70b14fb8f17f2891e0577df225c87a460e5165f Mon Sep 17 00:00:00 2001 From: fishsticks89 <61331006+fishsticks89@users.noreply.github.com> Date: Wed, 22 Sep 2021 17:56:07 -0700 Subject: [PATCH] cd? --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 01efc93..ad389e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file