Initial commit of version 3.
This commit is contained in:
-11
@@ -1,11 +0,0 @@
|
||||
# Development image for React app
|
||||
FROM node:18-alpine
|
||||
|
||||
WORKDIR /home/node
|
||||
|
||||
VOLUME /home/node/node_modules
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm i -g npm@latest \
|
||||
&& npm ci --legacy-peer-deps
|
||||
Reference in New Issue
Block a user