Hotfix: Updatin build, fixing vite error, creating separate entrypoints

This commit is contained in:
2026-07-10 12:54:48 +03:00
parent a2caa43bc9
commit 5ecad634e2
7 changed files with 93 additions and 58 deletions
+2 -1
View File
@@ -127,7 +127,8 @@ RUN composer install \
--ignore-platform-reqs
COPY docker/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
COPY docker/entrypoint-worker.sh /entrypoint-worker.sh
RUN chmod +x /entrypoint.sh /entrypoint-worker.sh
EXPOSE 9000
ENTRYPOINT ["/entrypoint.sh"]