fix: Command Deploy

This commit is contained in:
2026-01-18 16:13:30 -05:00
parent 80a8314b55
commit 75c995ef98

View File

@@ -73,8 +73,6 @@ RUN touch /etc/trytond_populate.conf \
&& mkdir /mnt/attachment \
&& chown -R trytond:trytond /mnt/attachment
USER trytond
CMD ["/bin/bash", "/opt/start.sh"]
CMD ["/bin/bash"]