Skip to content

Ilyes512/kubico

Repository files navigation

Kubico

Build Images

Pulling the images

docker pull ghcr.io/ilyes512/kubico:latest
docker pull ghcr.io/ilyes512/kubico:debian-latest

How to use/build

Requirements:

Task commands

Available Task commands:

* build:              Build the web app
* cleanup:            Cleanup workspace
* run:                Build and run the web app
* d:build:            Build docker container
* d:lint:             Apply a Dockerfile linter (https://github.com/hadolint/hadolint)
* d:run:              Run the container
* node:dev:           Run "npm run development"
* node:install:       Run "npm install"
* node:prd:           Run "npm run production"
* node:shell:         Opens up "assets"-dir in a container with NodeJS
* node:update:        Run "npm update"