Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWit committed Nov 14, 2023
1 parent 880255c commit 27fcd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27fcd42

Please sign in to comment.