Skip to content
Snippets Groups Projects
Dockerfile.nginx 74 B
FROM nginx:latest
EXPOSE 8080
ADD nginx.conf /etc/nginx/conf.d/majak.conf