1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

set dockerfile to right node version

This commit is contained in:
Jelle van Snik 2022-05-03 20:58:19 +02:00
parent 37da0dd2cf
commit 43b3574834

View file

@ -1,4 +1,4 @@
FROM node:13.12.0-alpine as build
FROM node:16.15-alpine as build
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
COPY package*.json ./