You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,10 +64,9 @@ Above command will create docker environment with two containers `databucket-app
64
64
65
65
# Building images locally
66
66
67
-
Databucket app is available for download at https://www.databucket.pl/download. Moreover, you can build jar file on your own before building docker image.
67
+
Run one of below commands from repository root.
68
68
69
-
Once image is build, must be placed in respective folder (ie: in `databucket-docker-alpine`).
70
-
Once jar file is in folder run one of below commands from repository root.
69
+
## Linux/OS X
71
70
72
71
|command|scope|
73
72
|-|-|
@@ -80,6 +79,18 @@ Once jar file is in folder run one of below commands from repository root.
80
79
|`make release_latest`|pushes latest images to docker-hub (requires respective credentials)|
81
80
|`make release_version`|pushes versioned images to docker-hub (requires respective credentials)|
0 commit comments