surrealpatch/Dockerfile

15 lines
161 B
Text
Raw Normal View History

2016-06-21 07:18:24 +00:00
FROM alpine:latest
2016-06-15 12:37:56 +00:00
# Install
ADD gui .
ADD surreal .
# Expose the necessary ports
EXPOSE 8000 33693
# Set the default command
2016-07-04 12:50:34 +00:00
ENTRYPOINT ["/contributors"]