mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-27 16:58:29 +00:00
set dockerfile to right node version
This commit is contained in:
parent
37da0dd2cf
commit
43b3574834
|
@ -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 ./
|
||||
|
|
Loading…
Reference in a new issue