mirror of
https://github.com/andrey271192/amnezia_web-PRO.git
synced 2026-09-20 14:42:00 +00:00
fix: auto-detect awg profiles on install
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user