This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Add execute permissions on macOS
pull/49/head
Bill Wagner
8 years ago
parent
4e2583477b
commit
c780eea876
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
build-images.sh
+ 1
- 0
build-images.sh
View File
@ -21,3 +21,4 @@ docker build -t eshop/ordering.api "$(pwd)/pub/ordering"
docker build -t eshop/basket.api
"
$(
pwd
)
/pub/basket
"
docker build -t eshop/webspa
"
$(
pwd
)
/pub/webSPA
"
docker build -t eshop/identity
"
$(
pwd
)
/pub/identity
"
Write
Preview
Loading…
Cancel
Save