Files
EventHubBack/docker/fallback/Dockerfile

3 lines
111 B
Docker

FROM nginx:alpine
COPY default.conf /etc/nginx/conf.d/default.conf
COPY 503.html /usr/share/nginx/html/503.html