mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-12-15 03:06:45 +03:00
reworked to docker and selenoid
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user