This commit is contained in:
rusefillc 2022-05-18 10:44:59 -04:00
parent db1c840924
commit c5c10b22d5
2 changed files with 7 additions and 3 deletions

View File

@ -19,6 +19,6 @@ jobs:
run: |
pip3 install simpleparse
# - name: Check All
# run: |
# bash bin/check_all.sh
- name: Build Docker
run: |
bash step1-build-docker.sh

4
step1-build-docker.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
docker build -t hellen-one .