Skip to content

Commit

Permalink
React native CLI version update: Fix typo in docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Mar 31, 2022
1 parent 5336da4 commit db6620d
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions test/react-native-cli/features/fixtures/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:

rn0_66:
build:
context: rn0_64
context: rn0_66
dockerfile: ../Dockerfile
environment:
DEBUG:
Expand All @@ -88,17 +88,6 @@ services:
aliases:
- maze-runner

# rn0_66_expo_ejected:
# build:
# context: rn0_66_expo_ejected
# dockerfile: ../Dockerfile
# environment:
# DEBUG:
# networks:
# default:
# aliases:
# - maze-runner

rn0_67:
build:
context: rn0_67
Expand Down

0 comments on commit db6620d

Please sign in to comment.