Created
June 4, 2020 05:01
-
-
Save pwneddesal/9d28bdfab36888d802e544b82d3be4f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:latest | |
WORKDIR /app | |
RUN apt-get -y update --fix-missing && apt-get -y install ffmpeg | |
RUN apt-get install -y imagemagick | |
RUN apt install -y python3-pip | |
CMD [ "python3", "-m","http.server","80"] | |
EXPOSE 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment