Browse Source

update Dockerfile

master
TiynGER 7 months ago
parent
commit
d2a8d14c0a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker/Dockerfile

+ 1
- 1
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

Loading…
Cancel
Save