Browse Source

Dockerfile: revert due sqlite3 isn't buildable on armv7

pull/1228/head
Philip H. 2 years ago
committed by tetuaoro
parent
commit
818a1ef72b
  1. 3
      Dockerfile

3
Dockerfile

@ -8,8 +8,7 @@ RUN npm install -g npm@latest
# Copy Web UI
COPY src /app
WORKDIR /app
RUN npm rebuild --build-from-source=sqlite3 &&\
npm ci --omit=dev &&\
RUN npm ci --omit=dev &&\
mv node_modules /node_modules
# Copy build result to a new image.

Loading…
Cancel
Save