diff --git a/Dockerfile b/Dockerfile index 958c8fd9..ba8a65e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY --from=build node_modules node_modules # Bundle app source COPY . . -RUN yarn tslint +RUN yarn lint RUN yarn test RUN yarn build EXPOSE 3000 diff --git a/package.json b/package.json index 5aa8b8dc..3557b9e2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", - "build:image": "docker build --no-cache -t thunderhub/test .", + "build:image": "docker build --no-cache -t apotdevin/thunderhub:test .", "upgrade-latest": "yarn upgrade-interactive --latest" }, "keywords": [],