mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 20:48:07 +00:00
chore: fix docker builds
This commit is contained in:
@@ -64,8 +64,8 @@ RUN if [ "$RAILS_ENV" = "production" ]; then \
|
|||||||
RUN git rev-parse HEAD > /app/.git_sha
|
RUN git rev-parse HEAD > /app/.git_sha
|
||||||
|
|
||||||
# Remove unnecessary files
|
# Remove unnecessary files
|
||||||
RUN rm -rf /gems/ruby/3.1.0/cache/*.gem \
|
RUN rm -rf /gems/ruby/3.2.0/cache/*.gem \
|
||||||
&& find /gems/ruby/3.1.0/gems/ \( -name "*.c" -o -name "*.o" \) -delete \
|
&& find /gems/ruby/3.2.0/gems/ \( -name "*.c" -o -name "*.o" \) -delete \
|
||||||
&& rm -rf .git \
|
&& rm -rf .git \
|
||||||
&& rm .gitignore
|
&& rm .gitignore
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user