surrealpatch/Dockerfile
Tobie Morgan Hitchcock 56eaae267e Simplify Dockerfile
2016-07-04 13:50:34 +01:00

15 lines
No EOL
161 B
Docker

FROM alpine:latest
# Install
ADD gui .
ADD surreal .
# Expose the necessary ports
EXPOSE 8000 33693
# Set the default command
ENTRYPOINT ["/contributors"]