[DEV] update docker

This commit is contained in:
Edouard DUPIN 2022-06-30 18:43:27 +02:00
parent 887763286c
commit 772ec1e9a5
4 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,5 @@
package org.kar.karideo.util;
public class CoverTools {
}

View File

@ -29,7 +29,7 @@ services:
karideo_back_service:
build: .
restart: always
image: org.kar.karideo
image: gitea.atria-soft.org/kangaroo-and-rabbit/karideo:latest
depends_on:
- karideo_db_service
ports:

View File

@ -36,4 +36,5 @@ const environment_hybrid = {
};
export const environment = environment_hybrid;
export const environment = environment_hybrid;

View File

@ -22,6 +22,16 @@ cd ../front
docker-compose up -d
```
build the local image:
docker build -t kangaroo-and-rabbit/karideo .
docker tag kangaroo-and-rabbit/karideo:latest gitea.atria-soft.org/kangaroo-and-rabbit/karideo:latest
docker login gitea.atria-soft.org
docker push gitea.atria-soft.org/kangaroo-and-rabbit/karideo:latest
TODO list:
==========