From 8939170610cc35f0b6a538ff208eb09ea189d2ea Mon Sep 17 00:00:00 2001 From: marcopeg Date: Tue, 9 Mar 2021 07:42:50 +0000 Subject: [PATCH] Publish Image --- .dockerignore | 3 ++- Dockerfile | 2 +- package.json | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.dockerignore b/.dockerignore index 748989e..e6bf4cc 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,6 @@ -assets node_modules +assets +build test .docker-data .viscode diff --git a/Dockerfile b/Dockerfile index 1a6e07e..a01dc45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ FROM node:13.10-alpine AS builder WORKDIR /usr/src/app-build ADD package.json /usr/src/app-build ADD package-lock.json /usr/src/app-build -RUN npm install --only=production +RUN npm install # Copy source files: WORKDIR /usr/src/app-build diff --git a/package.json b/package.json index 77bca2e..8702717 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "console", "organization": "fetchq", - "version": "0.0.4", + "version": "0.0.5", "description": "Manage your Fetchq cluster like a PRO", "main": "ssr/index.js", "scripts": { @@ -23,7 +23,7 @@ "tdd:client": "./node_modules/.bin/react-scripts test", "seed": "./node_modules/.bin/jest --projects test/templates/seed --runInBand --testTimeout=10000", "___// Production Utilities //___": "", - "build": "react-scripts build" + "build": "./node_modules/.bin/react-scripts build" }, "dependencies": { "@forrestjs/package-fastify": "3.20.2",