This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
freigeld
/
java-core
ウォッチ
2
スター
0
フォーク
0
ファイル
ツリー:
7f79a275f7
ブランチ
タグ
master
java-core
/
Dockerfile.frontend
Dockerfile.frontend
101 B
履歴
Raw
1
2
3
4
FROM nginx:latest
EXPOSE 80
COPY nginx.conf /etc/nginx/nginx.conf
RUN rm /usr/share/nginx/html/* -rf