Sign inSign up

fgebolivia/orion

By fgebolivia

Updated almost 5 years ago

Frontend JUSTICIA LIBRE System (https://justicialibre.fiscalia.gob.bo)

Image
1

3.8K

fgebolivia/orion repository overview

ORION, Frontend JUSTICIA LIBRE System.

Programming language: TypeScript (Angular)

Component library: PRIMENG

START IMAGE

DOCKER

docker run -p 8001:80 -d --name orion-8001 fgebolivia/orion:latest

DOCKER COMPOSE
1. docker-compose.yml
version: '3.9'
services:
  web:
    image: fgebolivia/orion:latest
    ports:
      - '8001:80'
    container_name: orion-8001
2. Initialize container

docker-compose up -d

3. Down container

docker-compose down

Tag summary

Content type

Image

Digest

Size

28.3 MB

Last updated

almost 5 years ago

docker pull fgebolivia/orion