From 49718f4228867648468b25d6c7d6b31c9053dd21 Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 15 Mar 2021 16:34:54 +0000 Subject: fixed dockerfile, added images --- Dockerfile | 4 ++-- static/images/liostore.png | Bin 0 -> 691184 bytes static/images/oldpic.png | Bin 0 -> 938082 bytes static/images/random.jpg | Bin 329038 -> 165497 bytes static/images/twitterpic.jpg | Bin 0 -> 14667 bytes static/index.md | 2 +- 6 files changed, 3 insertions(+), 3 deletions(-) create mode 100755 static/images/liostore.png create mode 100755 static/images/oldpic.png create mode 100755 static/images/twitterpic.jpg diff --git a/Dockerfile b/Dockerfile index 7ad7f42..378c4d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM ubuntu:latest MAINTAINER Eden Attenborough "eda@e.email" RUN apt-get update -y -RUN apt-get install -y python3-pip python-dev build-essential clang libffi libffi-dev +RUN apt-get install -y python3-pip python3-dev build-essential clang libffi-dev COPY . /app WORKDIR /app RUN pip3 install -r requirements.txt ENTRYPOINT ["python3"] -CMD ["app.py", "--production"] \ No newline at end of file +CMD ["app.py", "--production"] diff --git a/static/images/liostore.png b/static/images/liostore.png new file mode 100755 index 0000000..43003ee Binary files /dev/null and b/static/images/liostore.png differ diff --git a/static/images/oldpic.png b/static/images/oldpic.png new file mode 100755 index 0000000..20314e4 Binary files /dev/null and b/static/images/oldpic.png differ diff --git a/static/images/random.jpg b/static/images/random.jpg index 2b12779..7ae071d 100755 Binary files a/static/images/random.jpg and b/static/images/random.jpg differ diff --git a/static/images/twitterpic.jpg b/static/images/twitterpic.jpg new file mode 100755 index 0000000..57f16b4 Binary files /dev/null and b/static/images/twitterpic.jpg differ diff --git a/static/index.md b/static/index.md index bc970b7..ffa30ea 100644 --- a/static/index.md +++ b/static/index.md @@ -2,7 +2,7 @@ my name is eden and im a 19yo computer science undergraduate. i made my own website to encourage others to do so too. i'll post my thoughts on here sometimes, and use this site to link to other stuff i host. -[click here for a random image of lio fotia](/random?tags=lio_fotia) +[click here for a random image of lio fotia](https://eda.gay/random?tags=lio_fotia) ## FOSS alternative services - [nextcloud - dropbox (+ much more!) alternative](https://nc.eda.gay) -- cgit v1.2.3