Dockerfile
This commit is contained in:
@@ -22,13 +22,8 @@ RUN apt-get update && apt-get install -y \
|
||||
libasound2 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY package*.json ./
|
||||
RUN git clone https://git.dadehard.ru/kalugin66/parse_link_vpn.git .
|
||||
RUN npm install && npx playwright install chromium && npx playwright install-deps chromium
|
||||
|
||||
COPY tsconfig.json ./
|
||||
COPY src/ ./src/
|
||||
COPY entrypoint.sh ./
|
||||
|
||||
RUN chmod +x entrypoint.sh
|
||||
|
||||
CMD ["./entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user