Files
gridpilot.gg/docker/fixture-server/Dockerfile

3 lines
74 B
Docker

FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80