From: alex Date: Wed, 8 Jan 2020 04:47:44 +0000 (-0800) Subject: turned off tests/fixed start command X-Git-Tag: v1.0.0~13 X-Git-Url: http://git.infiniteadaptability.org/?a=commitdiff_plain;h=b1a699fd29b75c5fc043505334eade62fd044992;p=workouts turned off tests/fixed start command --- diff --git a/Dockerfile b/Dockerfile index d2fd9b6..d5672d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index eed859d..7ee0a9a 100644 --- 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 diff --git a/package.json b/package.json index 487589d..756c63f 100644 --- a/package.json +++ b/package.json @@ -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": {