MohitGupta41 commited on
Commit
02be258
·
1 Parent(s): e010bf4

Initial Commit

Browse files
Files changed (2) hide show
  1. Frontend/Dockerfile +1 -1
  2. Src/Dockerfile +1 -1
Frontend/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- # Frontend Dockerfile
2
 
3
  FROM python:3.12-slim
4
 
 
1
+ # Frontend Dockerfile - Frontend API for DockerCompose
2
 
3
  FROM python:3.12-slim
4
 
Src/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- # Src/Dockerfile
2
 
3
  FROM python:3.12-slim
4
 
 
1
+ # Src/Dockerfile - Backend API for DockerCompose
2
 
3
  FROM python:3.12-slim
4