[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:
Bostjan Meglic 2022-06-19 11:18:09 +02:00 committed by GitHub
parent 0f93ec23ab
commit d2cbcf7118
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 12 deletions

View file

@ -33,7 +33,8 @@ services:
build:
build:
context: ./build
context: ../
dockerfile: docker/build/Dockerfile
args:
dist: ${DIST-ubuntu}
tag: ${TAG-latest}