Skip to content

Commit

Permalink
Copy missing app folder in Dockerfile (test setup)
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Apr 30, 2024
1 parent 439c004 commit c9c6c54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ RUN yarn install --production=false

COPY --from=build-pdfcomprezzor /go/src/pdfcomprezzor.wasm /go/src/wasm_exec.js /usr/src/app/public/pdfcomprezzor/
COPY --from=build-pdfcomprezzor /go/src/pdfcomprezzor.wasm /go/src/wasm_exec.js /

COPY . /usr/src/app

0 comments on commit c9c6c54

Please sign in to comment.