Skip to content

Commit

Permalink
fix: remove typescript and prettier from dockerbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Dec 14, 2021
1 parent cf33b6e commit 7d21d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN apk add --no-cache git
COPY . /opt/sisyfos-audio-controller
WORKDIR /opt/sisyfos-audio-controller
RUN yarn install
RUN yarn remove electron electron-builder
RUN yarn remove electron electron-builder prettier typescript
EXPOSE 1176/tcp
EXPOSE 1176/udp
EXPOSE 5255/tcp
Expand Down

0 comments on commit 7d21d39

Please sign in to comment.