Embezzle/client/simpleclient/dockerfile

7 lines
111 B
Plaintext
Raw Normal View History

2020-05-02 18:09:22 +00:00
FROM nginx
ADD ./ /usr/share/nginx/html
LABEL traefik.port="80"
EXPOSE 80
CMD ["nginx", "-g", "'daemon off'"]