freego_api/nginx/Dockerfile

3 lines
75 B
Docker

FROM nginx:latest AS base
COPY ./nginx.conf /etc/nginx/conf.d/default.conf