Fix docker compose issue (#2799)

Fixed the `docker compose` issue, when trying to run the repository,
locally.

#2795 

<hr>

<h3>To test these out: </h3>

Run:
`docker compose pull`
`docker compose build`
`docker compose up`

---------

Co-authored-by: Amir Pourmand <pourmand1376@gmail.com>
This commit is contained in:
Kartikey Agrawal 2024-10-23 16:00:08 +05:30 committed by GitHub
parent 6a795aff79
commit 613be397bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -1,10 +1,12 @@
FROM ruby:latest
ENV DEBIAN_FRONTEND noninteractive
Label MAINTAINER Amir Pourmand
RUN apt-get update -y && apt-get install -y --no-install-recommends \
locales \
nodejs npm \
imagemagick \
build-essential \
zlib1g-dev \

View File

@ -1,4 +1,7 @@
#!/bin/bash
set -euo pipefail
echo "Entry point script running"
CONFIG_FILE=_config.yml