feat: Working on async integrations.
This commit is contained in:
6
Dockerfile.test
Normal file
6
Dockerfile.test
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM swift:5.10
|
||||
WORKDIR /app
|
||||
COPY ./Package.* ./
|
||||
RUN swift package resolve
|
||||
COPY . .
|
||||
CMD ["/bin/bash", "-xc", "swift", "test"]
|
||||
Reference in New Issue
Block a user