embykeeper / Dockerfile
embykeeper's picture
Update Dockerfile
bd8d4ed verified
raw
history blame
106 Bytes
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/
EXPOSE 1818
CMD ["nginx", "-g", "daemon off;"]