Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jvice authored Sep 23, 2024
1 parent cbe475a commit 0aff955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim-buster
FROM 284447746849.dkr.ecr.us-east-1.amazonaws.com/justinvice:slim-buster

WORKDIR /app

Expand All @@ -8,4 +8,4 @@ RUN pip3 install -r requirements.txt

COPY /src .

ENTRYPOINT [ "python3", "-u" , "/app/exporter.py"]
ENTRYPOINT [ "python3", "-u" , "/app/exporter.py"]

0 comments on commit 0aff955

Please sign in to comment.