Files
michaelschiemer/app/Dockerfile

3 lines
82 B
Docker

FROM nginx:stable-alpine
COPY nginx/default.conf /etc/nginx/conf.d/default.conf