Skip to content

Commit

Permalink
Publish Image
Browse files Browse the repository at this point in the history
marcopeg committed Mar 9, 2021
1 parent 9c18352 commit 8939170
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
assets
node_modules
assets
build
test
.docker-data
.viscode
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 8939170

Please sign in to comment.