Skip to content

Commit 3650712

Browse files
committed
Fix missing file
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 329ed10 commit 3650712

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 music.mod* ./
19+
COPY demo.c Makefile topaz-8.otf jack.png logo.png music.mod* ./
2020

2121
RUN make
2222

0 commit comments

Comments
 (0)