diff options
-rw-r--r-- | Dockerfile | 4 | ||||
-rwxr-xr-x | static/images/liostore.png | bin | 0 -> 691184 bytes | |||
-rwxr-xr-x | static/images/oldpic.png | bin | 0 -> 938082 bytes | |||
-rwxr-xr-x | static/images/random.jpg | bin | 329038 -> 165497 bytes | |||
-rwxr-xr-x | static/images/twitterpic.jpg | bin | 0 -> 14667 bytes | |||
-rw-r--r-- | static/index.md | 2 |
6 files changed, 3 insertions, 3 deletions
@@ -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 Binary files differnew file mode 100755 index 0000000..43003ee --- /dev/null +++ b/static/images/liostore.png diff --git a/static/images/oldpic.png b/static/images/oldpic.png Binary files differnew file mode 100755 index 0000000..20314e4 --- /dev/null +++ b/static/images/oldpic.png diff --git a/static/images/random.jpg b/static/images/random.jpg Binary files differindex 2b12779..7ae071d 100755 --- a/static/images/random.jpg +++ b/static/images/random.jpg diff --git a/static/images/twitterpic.jpg b/static/images/twitterpic.jpg Binary files differnew file mode 100755 index 0000000..57f16b4 --- /dev/null +++ b/static/images/twitterpic.jpg 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) |