add ARG BASE_IMAGE + AS runtime to Dockerfile for CI
Some checks failed
Build and Push / build (push) Failing after 16s
Some checks failed
Build and Push / build (push) Failing after 16s
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
# docker build -t nat20-notes-backend .
|
||||
# ==========================================
|
||||
|
||||
FROM nat20-whisperx-base:latest
|
||||
ARG BASE_IMAGE=nat20-whisperx-base:latest
|
||||
FROM $BASE_IMAGE AS runtime
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user