From 3e75a4ec419ff0a0258130f997d11e57f5e072a7 Mon Sep 17 00:00:00 2001 From: abimichel Date: Wed, 24 Jul 2024 17:20:37 -0700 Subject: [PATCH] fix missing file type --- shared/ora2s3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/ora2s3/Dockerfile b/shared/ora2s3/Dockerfile index b2a0ff3..364b6a7 100644 --- a/shared/ora2s3/Dockerfile +++ b/shared/ora2s3/Dockerfile @@ -18,4 +18,4 @@ COPY requirements.txt requirements.txt RUN pip3 install -r requirements.txt -CMD ["python3", "./data_replication_ora2s3"] \ No newline at end of file +CMD ["python3", "./data_replication_ora2s3.py"] \ No newline at end of file