Initial commit of version 3.

This commit is contained in:
Daniel
2022-12-18 19:00:37 +03:30
parent 509b8047f0
commit c0121a4318
56 changed files with 105 additions and 36875 deletions
-11
View File
@@ -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