add: start.py now set build mode automatically if repo cloned
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
|
||||
# Firegex Dockerfile UUID signature
|
||||
# cf1795af-3284-4183-a888-81ad3590ad84
|
||||
# Needed for start.py to detect the Dockerfile
|
||||
|
||||
|
||||
FROM --platform=$BUILDPLATFORM oven/bun as frontend
|
||||
WORKDIR /app
|
||||
ADD ./frontend/package.json .
|
||||
|
||||
Reference in New Issue
Block a user