mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +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
|
RUN chmod +x /entrypoint
|
||||||
# copy application code to WORKDIR
|
# copy application code to WORKDIR
|
||||||
COPY . ${APP_HOME}
|
COPY . ${APP_HOME}
|
||||||
|
|
||||||
|
CMD ["bash","/entrypoint"]
|
||||||
|
|||||||
@@ -11,4 +11,3 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app:z
|
- .:/app:z
|
||||||
command: /entrypoint
|
|
||||||
|
|||||||
Reference in New Issue
Block a user