1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-04-02 15:37:46 +02:00

update Dockerfile

This commit is contained in:
TiynGER 2020-05-30 01:48:07 +02:00
parent 1ea3663ca6
commit d2a8d14c0a

View File

@ -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