[DEV] update docker
This commit is contained in:
parent
887763286c
commit
772ec1e9a5
5
back/src/org/kar/karideo/util/CoverTools.java
Normal file
5
back/src/org/kar/karideo/util/CoverTools.java
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
package org.kar.karideo.util;
|
||||||
|
|
||||||
|
public class CoverTools {
|
||||||
|
|
||||||
|
}
|
@ -29,7 +29,7 @@ services:
|
|||||||
karideo_back_service:
|
karideo_back_service:
|
||||||
build: .
|
build: .
|
||||||
restart: always
|
restart: always
|
||||||
image: org.kar.karideo
|
image: gitea.atria-soft.org/kangaroo-and-rabbit/karideo:latest
|
||||||
depends_on:
|
depends_on:
|
||||||
- karideo_db_service
|
- karideo_db_service
|
||||||
ports:
|
ports:
|
||||||
|
@ -37,3 +37,4 @@ const environment_hybrid = {
|
|||||||
|
|
||||||
|
|
||||||
export const environment = environment_hybrid;
|
export const environment = environment_hybrid;
|
||||||
|
|
||||||
|
10
readme.md
10
readme.md
@ -22,6 +22,16 @@ cd ../front
|
|||||||
docker-compose up -d
|
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:
|
TODO list:
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user