Skip to content

Commit

Permalink
Add a minimal dockerfile with github action to build it
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta committed Jun 11, 2024
1 parent 61db152 commit 55d5221
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
run: ./verify.sh --exclude-task spotlessApply
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: build docker container
run:
docker build . -t lobby
# - name: Load SSH private key into ssh-agent
# uses: webfactory/[email protected]
# with:
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM alpine:latest

0 comments on commit 55d5221

Please sign in to comment.