Files
boc/backend/cmd/event-stream/Dockerfile
T

5 lines
124 B
Docker
Raw Normal View History

FROM alpine:latest
RUN apk add --no-cache ca-certificates
COPY event-stream /usr/local/bin/
EXPOSE 9097
CMD ["event-stream"]