diff --git a/docker/Dockerfile b/docker/Dockerfile
index e1f545ec0298e04c7a1ed5f608e4bf25622e2b07..c95cf78bf17a048b0d10b95640b16df3ea628ade 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -24,7 +24,7 @@ RUN git clone https://github.com/NVIDIA/apex && \
     python3 setup.py install --cpp_ext --cuda_ext
 
 
-COPY ./entrypoint.sh /workspace/entrypoint.sh
+COPY entrypoint.sh .
 
 RUN chmod +x /workspace/entrypoint.sh