new structure

This commit is contained in:
Oliver
2025-08-08 16:54:00 -03:00
parent dc80dd9522
commit 3b2d644a1b
33 changed files with 391 additions and 16 deletions

View File

@@ -33,11 +33,10 @@ COPY template /usr/bin/
COPY dpush /usr/bin/
COPY create_volume /usr/bin/
COPY mount_volume /usr/bin/
COPY set_dev /usr/bin/
COPY .bashrc /root/.bashrc
WORKDIR /data
WORKDIR /app
CMD ["bash"]