We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebb90f commit 8e6f5daCopy full SHA for 8e6f5da
Dockerfile
@@ -36,4 +36,6 @@ RUN bundle install --no-cache
36
# && rm -rf /var/lib/gems/3.1.0/cache
37
EXPOSE 8080
38
39
-CMD ["./bin/entry_point.sh"]
+COPY bin/entry_point.sh /tmp/entry_point.sh
40
+
41
+CMD ["/tmp/entry_point.sh"]
0 commit comments