swiftide-docker-executor 0.4.1

A docker executor for swiftide agent tools
Documentation
1
2
3
4
5
6
7
8
9
10
# A lightweight image used for tests
FROM alpine:latest

# Install Git
RUN apk add --no-cache git

COPY . /app

WORKDIR /app/