feat:完善项目
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal 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"]
|
Reference in New Issue
Block a user