pretendo-docker/nginx/Dockerfile
Matthew Lopez 79a8b81bab
Start setting up the account server
This is about the minimum required to make the account server start. It doesn't fully work yet.
2023-12-17 14:39:20 -05:00

7 lines
107 B
Docker

FROM nginx:mainline-alpine
RUN rm /etc/nginx/conf.d/default.conf
COPY * /etc/nginx/conf.d/
EXPOSE 80 443