File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,19 @@ RUN npm install --omit=dev --omit=optional --ignore-scripts && \
3131# Copy application files
3232COPY index.js ./
3333COPY demo.js ./
34+ COPY realitycsems-integration.js ./
35+ COPY realitycsems-cli.js ./
36+ COPY anonymous-package.js ./
37+ COPY optimization-system.js ./
38+
39+ # Copy lib directory with all modules
40+ COPY lib/ ./lib/
41+
42+ # Copy supporting directories
43+ COPY .realitycsems/ ./.realitycsems/
44+ COPY .anonymouscalc/ ./.anonymouscalc/
45+ COPY .baes/ ./.baes/
46+ COPY .coolems/ ./.coolems/
3447
3548# Copy documentation
3649COPY README.md ./
@@ -41,6 +54,8 @@ COPY YOUNG_FIELD.md ./
4154COPY YOSHIS_SECRET_BAE_MATH.md ./
4255COPY WHITEPAPER_YOUNG_SITUATION.md ./
4356COPY IMPLEMENTATION_SUMMARY.md ./
57+ COPY REALITYCSEMS.md ./
58+ COPY ANONYMOUS_PACKAGE.md ./
4459
4560# Copy configuration files needed for runtime
4661COPY .realtime .online .necessaries ./
Original file line number Diff line number Diff line change 8181 " realitycsems-integration.js" ,
8282 " realitycsems-cli.js" ,
8383 " anonymous-package.js" ,
84+ " optimization-system.js" ,
85+ " lib/" ,
8486 " .realitycsems/" ,
8587 " .anonymouscalc/" ,
8688 " .baes/" ,
8789 " .coolems/" ,
8890 " README.md" ,
8991 " LICENSE" ,
92+ " PACKAGE.md" ,
9093 " REALITYCSEMS.md" ,
9194 " ANONYMOUS_PACKAGE.md" ,
9295 " YOUNG_SITUATION.md" ,
You can’t perform that action at this time.
0 commit comments