Skip to content

Commit

Permalink
Merge pull request #64 from Marvell-Consulting/fix-encoding-failures
Browse files Browse the repository at this point in the history
Fixes issue which can be caused when non-utf-8 files are uploaded
  • Loading branch information
j-maynard authored Dec 19, 2024
2 parents ac93b8e + 5fd939e commit fe7b31e
Show file tree
Hide file tree
Showing 4 changed files with 2,727 additions and 150 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Dockerfile

FROM node:20
RUN apt update && apt install build-essential

WORKDIR /app

Expand Down
Loading

0 comments on commit fe7b31e

Please sign in to comment.