Update Dockerfile

This commit is contained in:
Amir Pourmand 2023-10-07 13:00:59 +03:30 committed by GitHub
parent 3ebb90f696
commit 8e6f5daafe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -36,4 +36,6 @@ RUN bundle install --no-cache
# && rm -rf /var/lib/gems/3.1.0/cache
EXPOSE 8080
CMD ["./bin/entry_point.sh"]
COPY bin/entry_point.sh /tmp/entry_point.sh
CMD ["/tmp/entry_point.sh"]