fix dockerfile (#7393)

This commit is contained in:
Marko
2020-09-25 16:07:05 +02:00
committed by GitHub
parent 06b84d902a
commit fc66cf79d8
3 changed files with 14 additions and 7 deletions
+9
View File
@@ -430,3 +430,12 @@ jobs:
run: |
./contrib/localnet_liveness.sh 100 5 50 localhost
if: "env.GIT_DIFF != ''"
docker-build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: build docker image
run: |
docker build --pull --rm -f "Dockerfile" -t simapp:latest "."