1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-01-13 21:31:54 +00:00
S2OJ/db/Dockerfile
2022-03-20 08:07:46 +08:00

10 lines
165 B
Docker

FROM mysql:5.7
ADD . /opt/uoj_db
WORKDIR /opt/uoj_db
# Run the latest UOJ Community verison db install script
RUN sh install.sh
ENV LANG=C.UTF-8 TZ=Asia/Shanghai