mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
🔧 Updated Dockerfile env
This commit is contained in:
@@ -39,3 +39,5 @@ RUN sed -i 's/\r$//g' /entrypoint
|
||||
RUN chmod +x /entrypoint
|
||||
# copy application code to WORKDIR
|
||||
COPY . ${APP_HOME}
|
||||
|
||||
CMD ["bash","/entrypoint"]
|
||||
|
||||
@@ -11,4 +11,3 @@ services:
|
||||
- .env
|
||||
volumes:
|
||||
- .:/app:z
|
||||
command: /entrypoint
|
||||
|
||||
Reference in New Issue
Block a user