Skip to content
This repository was archived by the owner on Nov 2, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 253 Bytes

File metadata and controls

19 lines (16 loc) · 253 Bytes

Build React-Native development container

cd reactnative-docker
docker build -t reactnative-expo .

You should see:

...
...
Successfully built e0566a1b1262
Successfully tagged reactnative-expo:latest

Verify it:

docker images