v0.1.19 - Lots of remote hosting fixes
This commit is contained in:
@@ -78,6 +78,7 @@ RUN cd nostr_core_lib && \
|
||||
./build.sh --nips=1,6,13,17,19,42,44,59
|
||||
|
||||
# Copy web interface files for embedding
|
||||
# Note: Changes to api/ files will trigger rebuild from this point
|
||||
COPY api/ /build/api/
|
||||
COPY scripts/embed_web_files.sh /build/scripts/
|
||||
|
||||
@@ -87,6 +88,8 @@ RUN mkdir -p src && \
|
||||
./scripts/embed_web_files.sh
|
||||
|
||||
# Copy Ginxsom source files LAST (only this layer rebuilds on source changes)
|
||||
# Note: The embedded header from previous step will be overwritten by this COPY
|
||||
# So we need to ensure src/admin_interface_embedded.h is NOT in src/ directory
|
||||
COPY src/ /build/src/
|
||||
COPY include/ /build/include/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user