Skip to content

Commit

Permalink
fix(docker): chmod binvox
Browse files Browse the repository at this point in the history
  • Loading branch information
Pipazoul committed Dec 19, 2023
1 parent edf1b96 commit cdb00a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ RUN apt install ffmpeg libglu1-mesa libsm6 libxext6 libxmu6 -y && rm -rf /var/li
COPY . /var/www/back/
WORKDIR /var/www/back/
RUN pip3 install --no-cache-dir -r requirements.txt
RUN chmod +x binvox
ENTRYPOINT ["python", "run.py", "-e", "[email protected]", "-p", "Dev"]

0 comments on commit cdb00a4

Please sign in to comment.