Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM node:16-alpine

VOLUME ["/raspiscan/frontend/node_modules"]

RUN apk add --update python3 make g++\
&& rm -rf /var/cache/apk/*
RUN npm config set legacy-peer-deps true

WORKDIR /raspiscan/frontend
Expand Down