housebuilder

Docker Pulls Docker Image Size (tag) GitHub StarsVersion GitHub last commit Platforms

TAFE assessment application

Features

Run scripts

Server-side implementation

Custom middleware

Install

Clone repo and run npm i from the project folder

Docker install (compose)

services:
  basics:
    image: petersem/housebuilder
    container_name: housebuilder
    environment:
      TZ: "Australia/Brisbane"
    ports:
      - 3000:3000