Skip to content

Commit

Permalink
Fixed Mkdir command
Browse files Browse the repository at this point in the history
  • Loading branch information
logan.young committed Mar 3, 2024
1 parent 6ab992d commit 262ba07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN apt-get update && apt-get install -y curl unzip && \
apt-get remove -y curl unzip && \
apt-get autoremove -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* \
mkdir audio
rm -rf /var/lib/apt/lists/*
RUN pip install --no-cache-dir -r ./requirements.txt
RUN mkdir audio
EXPOSE 8124
CMD ["python", "./engine.py"]

0 comments on commit 262ba07

Please sign in to comment.