DEV Community

Discussion on: Installing Forem/Dev using Docker on Ubuntu

Collapse
 
akhilnaidu profile image
Akhil Naidu

The command bin/container-setup is supposed to execute two steps; so try those two commands manually and let me know the status.

The script bin/container-setup executes these two steps in order.

  1. docker-compose build
  2. docker-compose up