Skip to content

Commit

Permalink
Merge pull request #43 from cedricsoares/fix-ci-docker
Browse files Browse the repository at this point in the history
Fix COPY command issue
  • Loading branch information
cedricsoares authored Aug 1, 2023
2 parents 307593b + 222bfd5 commit 7752aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ ENV API_KEY=
WORKDIR /app
COPY etl/requirements.txt /app/requirements.txt
RUN pip3 install -r requirements.txt
COPY etl/* /app
COPY etl/* /app/
RUN chmod +x start.sh
CMD ["bash", "start.sh"]

0 comments on commit 7752aeb

Please sign in to comment.