1. 更新前端界面和Nginx配置
2. 更新Dockerfile设置
This commit is contained in:
10
docker-ubuntu/Dockerfile
Normal file
10
docker-ubuntu/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM ubuntu:latest
|
||||
LABEL authors="Endera"
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
COPY prepare_ubuntu.sh prepare.sh
|
||||
|
||||
RUN bash prepare.sh
|
||||
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
Reference in New Issue
Block a user