chore: Update Docker Node version

imgbot
KieranRobson 2022-09-28 06:56:39 +01:00
parent b671dcb7c7
commit 06d15fcb03
1 changed files with 1 additions and 5 deletions

View File

@ -1,11 +1,7 @@
FROM node:16.16.0
FROM node:16.17.0
RUN mkdir -p /usr/hullcss/src
WORKDIR /usr/hullcss/src
COPY package.json /usr/hullcss/src
RUN npm install
COPY . /usr/hullcss/src
CMD ["node", "src/index.js"]