diff --git a/Dockerfile b/Dockerfile index af0f4ba..5b8e7b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # ---- Base Node ---- -FROM node:14-alpine AS base +FROM node:alpine AS base WORKDIR /app COPY package*.json ./