diff --git a/docker/Dockerfile b/docker/Dockerfile index e429009..e2d5798 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update RUN apt-get install python3 python3-pip git -y -RUN git clone https://github.com/tiyn/flaskblog /blog +RUN git clone https://github.com/tiyn/tiyny-blog /blog WORKDIR /blog/src