File size: 282 Bytes
cb47060
1db8857
 
 
d35b4eb
543d24e
3a9410c
b6f4b12
 
 
9f81ae9
8b358d2
162bd39
b6f4b12
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FROM ubuntu/mysql
ENV TZ=UTC
ENV MYSQL_ROOT_PASSWORD=123456
ENV MYSQL_ONETIME_PASSWORD=no
RUN apt-get upgrade 
RUN apt-get update
RUN apt-get install -y phpmyadmin
RUN apt-get install -y  python3 python3-pip
WORKDIR /code
COPY . .
# RUN mysql -u root -p


CMD python3 -m http.server