remove initial dockerfile for react-client

This commit is contained in:
sid palas
2023-01-27 09:28:54 -05:00
parent 08510ae883
commit 56f52049bf
2 changed files with 1 additions and 15 deletions

View File

@ -2,7 +2,7 @@ services:
client-react:
build:
context: ../05-example-web-application/client-react/
dockerfile: ../../06-building-container-images/client-react/Dockerfile
dockerfile: ../../06-building-container-images/client-react/Dockerfile.2
ports:
- 5173:5173
volumes: