Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sahaavi committed Jul 7, 2023
1 parent 74af5af commit 47eae7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ COPY . /app
# Set the working directory
WORKDIR /app
# Install application dependencies
RUN pip install -r requirements.txt
RUN apt update -y && apt install awscli -y
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 unzip -y && pip install -r requirements.txt
# Start the application
CMD ["python3", "application.py"]

0 comments on commit 47eae7a

Please sign in to comment.