fix: auto-detect awg profiles on install

This commit is contained in:
andrey271192
2026-06-21 17:53:31 +03:00
parent 1960c2212a
commit cbc20a1b71
6 changed files with 85 additions and 39 deletions

View File

@@ -6,8 +6,8 @@ RUN mkdir -p /data && chmod 700 /data
WORKDIR /app
COPY package.json ./
RUN npm install --omit=dev
COPY package.json package-lock.json ./
RUN npm ci --omit=dev
COPY server.js ./server.js
COPY scripts ./scripts