Front-end for XIVLoot
This repository has been archived on 2026-04-21. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 59.3%
  • HTML 37.1%
  • CSS 3.4%
  • Dockerfile 0.1%
Find a file
Anthony Desrochers a5a7e3955f
Some checks failed
Docker Image / build (push) Failing after 37s
Added fight name
2025-12-20 23:36:24 -05:00
.github/workflows Update docker-image.yml 2025-03-26 22:09:53 -04:00
.vscode Base files for project 2025-03-25 07:08:04 -04:00
src Added fight name 2025-12-20 23:36:24 -05:00
.editorconfig Base files for project 2025-03-25 07:08:04 -04:00
.gitignore Base files for project 2025-03-25 07:08:04 -04:00
angular.json Base files for project 2025-03-25 07:08:04 -04:00
Dockerfile Base files for project 2025-03-25 07:08:04 -04:00
nginx.conf Base files for project 2025-03-25 07:08:04 -04:00
package-lock.json v1.4.1 2025-04-06 18:17:54 -04:00
package.json Updated front-end to have tier selector 2025-03-25 19:25:33 -04:00
pushToDev.bat Base files for project 2025-03-25 07:08:04 -04:00
pushToProd.bat Base files for project 2025-03-25 07:08:04 -04:00
README.md Update README.md 2025-03-25 07:14:20 -04:00
tsconfig.app.json Base files for project 2025-03-25 07:08:04 -04:00
tsconfig.json Base files for project 2025-03-25 07:08:04 -04:00
tsconfig.spec.json Base files for project 2025-03-25 07:08:04 -04:00

Docker Image Workflow

Pushing the changes to production

Open the terminal in the ffxiv-raid-loot-frontend folder and execute the following scripts below. Make sure you are logged into your docker hub account to be able to push to the docker hub repo or you will have permission errors.

Build the front-end

docker build -t xivloot-app .

Tag the image

docker tag xivloot-app rickchinois/xivloot-app

Push the image

docker push rickchinois/xivloot-app