Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8d6d90e

Browse files
committed
Add run target using public image
1 parent 57b0680 commit 8d6d90e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

‎Makefile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ build:
66
-t \
77
local/${IMAGE} .
88

9+
.PHONY: run_debug
10+
run_debug:
11+
podman run \
12+
-ti \
13+
--rm \
14+
-v ${PWD}/infiles:/infiles:Z,ro \
15+
-v ${PWD}/libfiles:/libfiles:Z,ro \
16+
-v ${PWD}/outfiles:/outfiles:Z,rw \
17+
local/${IMAGE}
18+
919
.PHONY: run
1020
run:
1121
podman run \
@@ -14,4 +24,4 @@ run:
1424
-v ${PWD}/infiles:/infiles:Z,ro \
1525
-v ${PWD}/libfiles:/libfiles:Z,ro \
1626
-v ${PWD}/outfiles:/outfiles:Z,rw \
17-
local/${IMAGE}
27+
ghcr.io/eikendev/java-decompiler:latest

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /