This website works better with JavaScript
Home
Explore
Help
Register
Sign In
freigeld
/
java-core
Watch
2
Star
0
Fork
0
Files
Branch:
master
Branches
Tags
master
java-core
/
Dockerfile.frontend
Dockerfile.frontend
101 B
Permalink
History
Raw
1
2
3
4
FROM nginx:latest
EXPOSE 80
COPY nginx.conf /etc/nginx/nginx.conf
RUN rm /usr/share/nginx/html/* -rf