mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-09-22 17:00:52 +02:00
fix: install ws module dependencies in backend Dockerfile for AIS proxy
Former-commit-id: f8c48830f5
This commit is contained in:
@@ -16,6 +16,9 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
# Copy source code
|
# Copy source code
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
# Install Node.js dependencies (ws module for AIS WebSocket proxy)
|
||||||
|
RUN npm install --omit=dev
|
||||||
|
|
||||||
# Create a non-root user for security
|
# Create a non-root user for security
|
||||||
RUN adduser --system --uid 1001 backenduser \
|
RUN adduser --system --uid 1001 backenduser \
|
||||||
&& chown -R backenduser /app
|
&& chown -R backenduser /app
|
||||||
|
|||||||
Reference in New Issue
Block a user