generated from boboko/starter
Hotfix: Updatin build, fixing vite error, creating separate entrypoints
This commit is contained in:
+2
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user