reworked to docker and selenoid

This commit is contained in:
2022-08-24 00:05:34 +03:00
parent 98b5bfe2a6
commit 6c8b27963b
5 changed files with 15 additions and 20 deletions

View File

@@ -56,6 +56,8 @@ RUN poetry version \
&& if [ "$USER" != 'root' ]; then rm -rf "$POETRY_CACHE_DIR"; fi
COPY --chown="$USER":"$USER" ./app /app/
COPY ./scripts/start-bot.sh .
RUN chmod +x ./start-bot.sh
USER "$USER"