xesite/Dockerfile

5 lines
89 B
Docker
Raw Normal View History

FROM xena/christine.website:dev
2017-12-13 19:28:48 +00:00
EXPOSE 5000
2017-12-13 19:25:30 +00:00
RUN apk add --no-cache bash
2017-12-13 19:30:36 +00:00
CMD /site/run.sh