diff --git a/Dockerfile b/Dockerfile index 7e3138a7..861fa6af 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM node:12.13.1-alpine -RUN apk add --no-cache git -COPY . /opt/sisyfos-audio-controller -WORKDIR /opt/sisyfos-audio-controller -RUN yarn install -EXPOSE 1176/tcp -EXPOSE 1176/udp -EXPOSE 5255/tcp -EXPOSE 5255/udp -CMD ["yarn", "start"] +FROM node:16-alpine +RUN apk add --no-cache git +COPY . /opt/sisyfos-audio-controller +WORKDIR /opt/sisyfos-audio-controller +RUN yarn install +EXPOSE 1176/tcp +EXPOSE 1176/udp +EXPOSE 5255/tcp +EXPOSE 5255/udp +CMD ["yarn", "start"]