FROM alpine RUN apk update && apk add ca-certificates WORKDIR /app COPY ./hubserver /app EXPOSE 80 ENTRYPOINT ["/app/hubserver"]