Skip to content

Commit

Permalink
chore: fix brokern Dockerfile.contrib
Browse files Browse the repository at this point in the history
Fixes #669 

cc @AlCalzone
  • Loading branch information
robertsLando authored Feb 24, 2021
1 parent 9669cce commit 01ae974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.contrib
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN yarn link zwave-js @zwave-js/core @zwave-js/config @zwave-js/serial @zwave-j
RUN mkdir my_dist
RUN cp -Lr .git app.js package.json bin config dist hass lib public store views node_modules my_dist/

FROM node:erbium-buster-slim
FROM node:erbium-buster
LABEL maintainer="robertsLando"
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
COPY --from=build /home/node/zwavejs2mqtt/my_dist /usr/src/app
Expand Down

0 comments on commit 01ae974

Please sign in to comment.