Skip to content

Commit 1868044

Browse files
committed
include fonts into docker image
1 parent 59f1117 commit 1868044

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ FROM alpine
2222
# Copy app
2323
WORKDIR /app
2424
COPY --from=build /src/oxigen /app/
25+
COPY --from=build /src/dist/fonts /app/dist/fonts
2526

2627
# Command
2728
CMD ["./oxigen", "-http", "0.0.0.0:80"]

0 commit comments

Comments
 (0)