Include shared server modules in runtime images
This commit is contained in:
@@ -35,6 +35,7 @@ RUN if [ "${INSTALL_SINGBOX}" = "true" ]; then \
|
||||
WORKDIR /app
|
||||
COPY package.json /app/package.json
|
||||
COPY src/server /app/src/server
|
||||
COPY src/shared /app/src/shared
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
RUN chmod +x /entrypoint.sh \
|
||||
|
||||
Reference in New Issue
Block a user