Skip to content

Commit

Permalink
fix: Dockerfile - cache clean added
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Dec 14, 2021
1 parent 57e6f64 commit 11860af
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 @@ -2,7 +2,7 @@ FROM node:16-alpine
RUN apk add --no-cache git
COPY . /opt/sisyfos-audio-controller
WORKDIR /opt/sisyfos-audio-controller
RUN yarn --prod
RUN yarn --prod && yarn yarn cache clean
EXPOSE 1176/tcp
EXPOSE 1176/udp
EXPOSE 5255/tcp
Expand Down

0 comments on commit 11860af

Please sign in to comment.