mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
8 lines
111 B
Docker
8 lines
111 B
Docker
FROM quay.io/goswagger/swagger:v0.19.0
|
|
|
|
RUN apk add --update curl
|
|
|
|
COPY run.sh /run.sh
|
|
|
|
ENTRYPOINT ["/run.sh"]
|