difftreelog
try-runtime workflow
in: master
3 files changed
.docker/Dockerfile-try-runtimediffbeforeafterboth37ARG REPO_URL=37ARG REPO_URL=38ARG BRANCH=38ARG BRANCH=393940RUN git clone $REPO_URL -b $BRANCH && \40RUN git clone $REPO_URL -b $BRANCH . && \41 cargo build --features=$FEATURE --$PROFILE41 cargo build --features=$FEATURE --$PROFILE42424343.docker/docker-compose-try-runtime.yamldiffbeforeafterboth--- a/.docker/docker-compose-try-runtime.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-version: "3.5"
-
-services:
- try-runtime:
- build:
- context: ../
- dockerfile: .docker/Dockerfile-try-runtime
- image: try-runtime
- container_name: try-runtime
- expose:
- - 9944
- - 9933
- ports:
- - 127.0.0.1:9944:9944
- - 127.0.0.1:9933:9933
- logging:
- options:
- max-size: "1m"
- max-file: "3"
.docker/docker-compose-try-runtime.ymldiffbeforeafterboth--- /dev/null
+++ b/.docker/docker-compose-try-runtime.yml
@@ -0,0 +1,19 @@
+version: "3.5"
+
+services:
+ try-runtime:
+ build:
+ context: ../
+ dockerfile: .docker/Dockerfile-try-runtime
+ image: try-runtime
+ container_name: try-runtime
+ expose:
+ - 9944
+ - 9933
+ ports:
+ - 127.0.0.1:9944:9944
+ - 127.0.0.1:9933:9933
+ logging:
+ options:
+ max-size: "1m"
+ max-file: "3"