Got the automated address grabber working

This commit is contained in:
2025-06-22 13:59:40 -06:00
parent e1ddebc90a
commit 5e2a6320ff
5 changed files with 420 additions and 65 deletions

View File

@@ -24,6 +24,8 @@ COPY --from=builder /app/node_modules ./node_modules
COPY package*.json ./
COPY server.js ./
COPY public ./public
COPY routes ./routes
COPY services ./services
# Create non-root user
RUN addgroup -g 1001 -S nodejs && \