mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 03:19:31 +00:00
[build] Use local sources to build applications (#1583)
"build" Docker image previously downloaded latest version of Open5GS from github, and built the project from that. Use local source files for building instead.
This commit is contained in:
parent
0f93ec23ab
commit
d2cbcf7118
3 changed files with 16 additions and 12 deletions
|
|
@ -33,7 +33,8 @@ services:
|
|||
|
||||
build:
|
||||
build:
|
||||
context: ./build
|
||||
context: ../
|
||||
dockerfile: docker/build/Dockerfile
|
||||
args:
|
||||
dist: ${DIST-ubuntu}
|
||||
tag: ${TAG-latest}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue