remove test dir
This commit is contained in:
parent
1d88b8670f
commit
c5f4e9b838
|
@ -6,6 +6,5 @@ RUN apt-get update && apt-get install -y git zip && pip install aiohttp b2sdk py
|
|||
RUN mkdir /root/.ssh
|
||||
|
||||
COPY src /src
|
||||
COPY test /test
|
||||
|
||||
CMD [ "python", "/src/main.py"]
|
Loading…
Reference in New Issue