awesome-compose/samples/nginx-gohttp_2/frontend/Dockerfile
Anca Iordache 4a619921b9 Compose app skeletons
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-02-13 14:14:36 +01:00

5 lines
68 B
Docker

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