Skip to content

Commit

Permalink
chore: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 27, 2023
1 parent b7de63b commit c8cc088
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ ARG image=zwave-js-ui
FROM alpine:3.18.4 as base

RUN apk add --no-cache \
libstdc++ \
openssl \
libgcc \
libusb \
tzdata \
eudev \
Expand All @@ -17,11 +15,7 @@ WORKDIR /usr/src/app
FROM base AS build-zui

RUN apk --no-cache add \
coreutils \
jq \
linux-headers \
alpine-sdk \
python3 \
jq make gcc g++ python3 linux-headers \
npm=9.6.6-r0

RUN npm install --global [email protected]
Expand Down Expand Up @@ -84,8 +78,6 @@ ENV TAG_NAME=${image_name}

ENV NODE_ENV=production

WORKDIR /usr/src/app

EXPOSE 8091

CMD ["node", "server/bin/www"]

0 comments on commit c8cc088

Please sign in to comment.