freego_api/nginx/Dockerfile
fry 74ee26c8d6 Add nginx so we can make requests to our from the FE without CORS issues (#3)
Co-authored-by: David Frymoyer <david.frymoyer@gmail.com>
Reviewed-on: #3
Co-authored-by: fry <david.frymoyer@gmail.com>
Co-committed-by: fry <david.frymoyer@gmail.com>
2022-03-10 19:26:50 -05:00

3 lines
75 B
Docker

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