Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

Commit 32f131d

Browse files
committed
readme changes
1 parent a603052 commit 32f131d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docker/Readme.md

+11
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,14 @@ docker-compose -f docker-compose.yml -f ./docker-compose-app.yml up
2323
# trick
2424

2525
docker-compose build images only if are not present. to rebuild force it by docker-compose -f ./docker-compose-app.yml build
26+
27+
# manual deploy
28+
29+
from here
30+
`
31+
docker build -t arduosoft/rawcms-api-preview -f ./Dockerfile-api ../
32+
docker push arduosoft/rawcms-api-preview
33+
34+
docker build -t arduosoft/rawcms-ui-preview -f ./Dockerfile-ui ../
35+
docker push arduosoft/rawcms-ui-preview
36+
`

0 commit comments

Comments
 (0)