build(docker): skip cypress install & bump node version (#2920)

This commit is contained in:
TheCatLady
2022-08-16 20:46:03 -07:00
committed by GitHub
parent a6f7b19693
commit 114943ae2c
4 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
FROM node:16.14-alpine
FROM node:16.17-alpine
COPY . /app
WORKDIR /app