mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Fix system specs (#206)
This commit is contained in:
committed by
GitHub
parent
756d6d9919
commit
ce21d660d1
@@ -45,6 +45,10 @@ FROM builder AS dev
|
||||
# Install Foreman to launch multiple processes from Procfile
|
||||
RUN gem install foreman
|
||||
|
||||
# Install Google Chrome to run system specs
|
||||
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
RUN dpkg -i google-chrome-stable_current_amd64.deb; apt-get -fy install
|
||||
|
||||
ENTRYPOINT ["./docker-entrypoint-dev.sh"]
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
Reference in New Issue
Block a user