mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-05-06 13:45:12 -05:00
This is about the minimum required to make the account server start. It doesn't fully work yet.
7 lines
107 B
Docker
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
|