Skip to content

Commit 557e209

Browse files
committed
Copy all png files for OCI image build
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent e55b215 commit 557e209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apk add --no-cache \
1616

1717
WORKDIR /app
1818

19-
COPY demo.c Makefile topaz-8.otf jack.png logo.png music.mod* ./
19+
COPY demo.c Makefile topaz-8.otf *.png music.mod* ./
2020

2121
RUN make
2222

0 commit comments

Comments
 (0)