This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
freigeld
/
java-core
Suivre
2
Voter
0
Fork
0
Fichiers
Branche:
master
Branches
Tags
master
java-core
/
Dockerfile.frontend
Dockerfile.frontend
101 B
Lien permanent
Historique
Raw
1
2
3
4
FROM nginx:latest
EXPOSE 80
COPY nginx.conf /etc/nginx/nginx.conf
RUN rm /usr/share/nginx/html/* -rf