feat:完善项目

This commit is contained in:
henry
2021-09-28 11:47:19 +08:00
commit da7b3130fe
167 changed files with 456676 additions and 0 deletions

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM golang:latest
MAINTAINER henry "belied428@gmail.com"
RUN mkdir /app
ADD main /home/docker/app/SciencesServer/
WORKDIR /home/docker/app/SciencesServer
CMD ["/home/docker/app/tenant/main"]