2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Development docker image

- Uses multistage build
- Adds a docker compose file for dev
This commit is contained in:
Oliver Walters
2021-05-10 14:23:17 +10:00
parent d301794516
commit 914db9e913
4 changed files with 80 additions and 1 deletions

View File

@ -30,6 +30,7 @@ jobs:
context: ./docker
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
target: production
repository: inventree/inventree
tags: inventree/inventree:latest
- name: Image Digest

View File

@ -28,4 +28,5 @@ jobs:
repository: inventree/inventree
tag_with_ref: true
dockerfile: ./Dockerfile
target: production
platforms: linux/amd64,linux/arm64,linux/arm/v7