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 instead of individual configuration files
This commit is contained in:
parent
07412e620d
commit
6fd9293be1
@ -17,9 +17,8 @@ RUN npm ci
|
||||
# Copy source code
|
||||
COPY src/ ./src/
|
||||
|
||||
# Copy configuration files needed for build
|
||||
COPY ReleaseNotes.json ./
|
||||
COPY Overview.json ./
|
||||
# Copy content files needed for build
|
||||
COPY --from=builder /app/content ./content
|
||||
|
||||
# Build both frontend and backend
|
||||
ARG APP_SUBFOLDER=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user