From 27fcd42adcff98cda1846cdb08568e153f11ac6a Mon Sep 17 00:00:00 2001 From: DanielWit Date: Tue, 14 Nov 2023 12:05:04 +0000 Subject: [PATCH] dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70bd8b8..7dc2abf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY ./build ./build # Copy the simulation script and run script into the Docker image COPY ./simulation/simulation.py ./run.sh ./ -RUN chmod -x run.sh +RUN chmod +x run.sh # Expose the port 5050 for serving animation EXPOSE 5050