Fix docker base api
parent
efc3cd5753
commit
eb66e6981a
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B clean package --file wise-api/pom.xml -DskipTests
|
run: mvn -B clean package --file wise-api/pom.xml -DskipTests
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: docker build wise-api/ --file Dockerfile -t wisemapping/wisemapping-api:latest
|
run: docker build -t wisemapping/wisemapping-api:latest wise-api
|
||||||
|
|
||||||
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
|
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
|
||||||
#- name: Update dependency graph
|
#- name: Update dependency graph
|
||||||
|
|
Loading…
Reference in New Issue