This website works better with JavaScript
首頁
探索
說明
註冊
登入
freigeld
/
java-core
關注
2
讚好
0
複刻
0
檔案
目錄樹:
436d08e567
分支列表
標籤列表
master
java-core
/
Dockerfile.frontend
Dockerfile.frontend
101 B
文件歷史
原始文件
1
2
3
4
FROM nginx:latest
EXPOSE 80
COPY nginx.conf /etc/nginx/nginx.conf
RUN rm /usr/share/nginx/html/* -rf