1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02:00
dockerfiles/ices/Dockerfile

12 lines
160 B
Docker
Raw Normal View History

2017-03-05 18:40:01 +02:00
#
2017-04-22 10:51:33 +02:00
# Dockerfile for ices
2017-03-05 18:40:01 +02:00
#
2017-04-22 10:51:33 +02:00
FROM alpine
2017-05-08 01:05:07 +02:00
MAINTAINER kev <noreply@easypi.pro>
2017-03-05 18:40:01 +02:00
RUN apk add --no-cache ices
2017-03-23 18:00:41 +02:00
COPY data /etc/ices
2017-03-05 18:40:01 +02:00
2017-03-23 18:00:41 +02:00
CMD ["ices", "/etc/ices/ices.xml"]