(fix) clean up root repo - move entrypoint.sh and build_admin_ui to /docker (#6110)

* fix move docker files to docker folders

* move check file length

* fix docker hub deploy

* fix clean up root

* fix circle ci config
This commit is contained in:
Ishaan Jaff 2024-10-08 11:34:43 +05:30 committed by GitHub
parent cc960da4b6
commit d1760b1b04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 22 additions and 22 deletions

View file

@ -7,8 +7,8 @@ WORKDIR /app
# Copy the configuration file into the container at /app
COPY config.yaml .
# Make sure your entrypoint.sh is executable
RUN chmod +x entrypoint.sh
# Make sure your docker/entrypoint.sh is executable
RUN chmod +x docker/entrypoint.sh
# Expose the necessary port
EXPOSE 4000/tcp