]> infiniteadaptability.org Git - workouts/commitdiff
turned off tests/fixed start command
authoralex <[email protected]>
Wed, 8 Jan 2020 04:47:44 +0000 (20:47 -0800)
committeralex <[email protected]>
Wed, 8 Jan 2020 04:47:44 +0000 (20:47 -0800)
Dockerfile
README.md
package.json

index d2fd9b637a9864699a0ab09ff7f82e782bcccf4d..d5672d13a90e46c349451251f2896ff0c52fcb67 100644 (file)
@@ -24,6 +24,6 @@ RUN if [ "${BUILD_CONFIGURATION}" = "prod" ]; \
        then npm run build; \
 fi
 
-RUN npm run test
+RUN npm run test
 
 ENTRYPOINT npm run start
\ No newline at end of file
index eed859d643c94ef3a3b35266b459a234b13cd3c8..7ee0a9a05b443ac6cc8c44ff9c439b8b36761784 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,2 +1,6 @@
 ### Workout Management Tool
-Tool for quickly and easily managing and keeping track of workouts.
\ No newline at end of file
+Tool for quickly and easily managing and keeping track of workouts.
+
+### To Do:
+- [ ] fix tests
+- [ ] fix scrolling css
\ No newline at end of file
index 487589dc7b62c1e87fa073f31a6bec531ad4f46e..756c63fdd75d39771bf98c8f66e9a04f005d4fed 100644 (file)
@@ -5,7 +5,7 @@
   "main": "workouts.min.js",
   "scripts": {
     "build": "webpack --config webpack.prod.config.js",
-    "start": "webpack-dev-server --config webpack.dev.config.js",
+    "start": "webpack-dev-server --config webpack.dev.config.js --host 0.0.0.0",
     "test": "nyc mocha --require @babel/register"
   },
   "repository": {