av
switch to docker sdk to fix CSP blocking script execution
1c4e2cf
raw
history blame contribute delete
126 Bytes
FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 7860