mirror of
https://dev.azure.com/tstanciu94/PhantomMind/_git/Bitip
synced 2025-10-13 01:52:19 +03:00
fix: update Dockerfile to copy content files from builder stage and add runtime configuration file for frontend
This commit is contained in:
parent
6fd9293be1
commit
078c41ef75
@ -18,7 +18,7 @@ RUN npm ci
|
||||
COPY src/ ./src/
|
||||
|
||||
# Copy content files needed for build
|
||||
COPY --from=builder /app/content ./content
|
||||
COPY content ./content
|
||||
|
||||
# Build both frontend and backend
|
||||
ARG APP_SUBFOLDER=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user