Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Oct 21, 2023
1 parent 1041b4a commit 74e9ade
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
set dotenv-load := false

_default:
@just --list

docker_build:
depot build --project v4z5w7md33 --platform linux/arm/v7,linux/arm64,linux/amd64 -t ghcr.io/erebe/wstunnel:v7.0.0 -t ghcr.io/erebe/wstunnel:latest --push .

0 comments on commit 74e9ade

Please sign in to comment.