Front-end for XIVLoot
- TypeScript 59.3%
- HTML 37.1%
- CSS 3.4%
- Dockerfile 0.1%
|
|
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| angular.json | ||
| Dockerfile | ||
| nginx.conf | ||
| package-lock.json | ||
| package.json | ||
| pushToDev.bat | ||
| pushToProd.bat | ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
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