Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 542 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 542 Bytes

Gallery PPL2122

Frontend for Gallery PPL 2122 Fasilkom UI.

Develop

Simply install dependencies and run development server:

$ npm run install
$ npm run dev

Deploy

gallery-fe-v1 is containerized and pushed to Docker Hub. It is tagged based on its application version, e.g. figtive/galleryppl:fe-v1 or figtive/galleryppl:fe-v1-v1.1.0.

To run gallery-fe-v1, run the following:

$ docker run --name gallery-fe-v1 -p 8080:80 -d figtive/galleryppl:fe-v1