Sign inSign up

fgebolivia/io

By fgebolivia

Updated about 5 years ago

Frontend administrator for the JUSTICIA LIBRE System (https://io.fiscalia.gob.bo)

Image
1

3.6K

fgebolivia/io repository overview

IO, Frontend administrator for the JUSTICIA LIBRE System.

Programming language: Angular

Component library: PRIMENG

START IMAGE

DOCKER

docker run -p 8000:80 -d --name io-8000 fgebolivia/io:latest

DOCKER COMPOSE
1. docker-compose.yml
version: '3.9'
services:
  web:
    image: fgebolivia/io:latest
    ports:
      - '8000:80'
    container_name: io-8000
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

about 5 years ago

docker pull fgebolivia/io