0

I installed new Shopify App by Shopify CLI command shopify app create (PHP (Laravel) and React stack). Now I want run this project with Docker (nginx, fpm, mysql containers) in docker-compose file. Nginx working on --port=8081 because it's requirement of ngrok tunnel. So my commands step by step:

  1. npm run watch (for React files)
  2. shopify app serve (done)
  3. docker containers already started, nginx on port 8081

After command shopify app serve I get link ngrok tunnel, follow it and in browser in console enter image description here

Why? Perhaps there are features of listening Docker containers by ngrok? app.js file really exist in /public folder of my project.

Can you share a guide how to develop shopify app in Docker env?

What a files of my project I should share preview here for completing mi trouble? Thanks!

Nazwin
  • 1

0 Answers0