1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

upgrade node version in Dockerfile

This commit is contained in:
Sonja Happ 2021-03-25 13:00:40 +01:00
parent f1178d376c
commit 1b25a37e2f

View file

@ -15,7 +15,7 @@
# along with VILLASweb. If not, see <http://www.gnu.org/licenses/>.
# ******************************************************************************
FROM node:12.2 AS builder
FROM node:14.16 AS builder
# Create app directory
RUN mkdir -p /usr/src/app