# # Dockerfile for ices # FROM alpine MAINTAINER kev RUN apk add --no-cache ices COPY data /etc/ices CMD ["ices", "/etc/ices/ices.xml"]