This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
freigeld
/
java-core
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Arbore:
0f47b7bca3
Ramuri
Etichete
master
java-core
/
Dockerfile.frontend
Dockerfile.frontend
101 B
Istoric
Crud
1
2
3
4
FROM nginx:latest
EXPOSE 80
COPY nginx.conf /etc/nginx/nginx.conf
RUN rm /usr/share/nginx/html/* -rf