Skip to content

Commit 8e6f5da

Browse files
authored
Update Dockerfile
1 parent 3ebb90f commit 8e6f5da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ RUN bundle install --no-cache
3636
# && rm -rf /var/lib/gems/3.1.0/cache
3737
EXPOSE 8080
3838

39-
CMD ["./bin/entry_point.sh"]
39+
COPY bin/entry_point.sh /tmp/entry_point.sh
40+
41+
CMD ["/tmp/entry_point.sh"]

0 commit comments

Comments
 (0)