@@ -1,11 +1,11 @@
-FROM node
+FROM node:latest
WORKDIR /usr/src
ENV PATH /usr/src/node_modules/.bin:$PATH
ADD package.json /usr/src/package.json
-RUN npm install
RUN npm install -g react-scripts
+RUN npm install
CMD ["npm", "start"]
@@ -4,9 +4,8 @@ WORKDIR /usr/src
-RUN npm install -g nodemon
-
+RUN npm install -g nodemon
RUN npm install
CMD ["nodemon", "--legacy-watch"]
@@ -0,0 +1,14 @@
+{
+ "folders": [
+ {
+ "path": "client"
+ },
+ "path": "server"
+ "path": "."
+ }
+ ],
+ "settings": {}
+}