1
0
mirror of https://github.com/docker/awesome-compose.git synced 2025-07-02 18:42:54 +00:00
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