Skip to content

Commit

Permalink
refactor: update entrypoint.sh file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme-NL committed Oct 11, 2023
1 parent 937a75b commit 6248725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ COPY Gemfile.lock Gemfile.lock
COPY yarn.lock yarn.lock
COPY .env.sample .env

ADD entrypoint.sh /tmp/entrypoint.sh
ADD pusher-fake-entrypoint.sh /tmp/pusher-fake-entrypoint.sh

ENV PUSHER_APP_ID=1234 \
PUSHER_APP_KEY=123456 \
Expand All @@ -36,7 +36,7 @@ ENV PUSHER_APP_ID=1234 \

EXPOSE $PUSHER_WS_PORT $PUSHER_PORT

CMD ["/tmp/entrypoint.sh"]
CMD ["/tmp/pusher-fake-entrypoint.sh"]

RUN bundle install

Expand Down
File renamed without changes.

0 comments on commit 6248725

Please sign in to comment.