From 075e83910e5e194e7f5dc94ed797b3c06ea39dca Mon Sep 17 00:00:00 2001 From: abimichel Date: Wed, 24 Jul 2024 16:56:47 -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 23701e9..b2a0ff3 100644 --- a/shared/ora2s3/Dockerfile +++ b/shared/ora2s3/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y libaio1 wget unzip \ WORKDIR /app -ADD data_replication_ora2s3 . +ADD data_replication_ora2s3.py . COPY requirements.txt requirements.txt