feat: microservices be gone (#9551)

* feat: microservices be gone and api is a worker now too

* chore: remove very old startup scripts, surely nobody is using these anymore, right?

right?....
This commit is contained in:
Zack Pollard
2024-05-17 14:44:30 +01:00
committed by GitHub
parent ff52300624
commit 85aca2bb54
12 changed files with 206 additions and 190 deletions

View File

@@ -61,3 +61,4 @@ ENV PATH="${PATH}:/usr/src/app/bin"
VOLUME /usr/src/app/upload
EXPOSE 3001
ENTRYPOINT ["tini", "--", "/bin/bash"]
CMD ["start.sh"]