Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayamadhavareddy committed Apr 15, 2024
1 parent 089a213 commit 9deed0c
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
Expand Up @@ -6,7 +6,7 @@ RUN pip install --upgrade pip
COPY requirements.txt .
RUN pip install -r requirements.txt

COPY ./src/ .
WORKDIR /
COPY ./src/ /app
WORKDIR /app

ENTRYPOINT ["python", "aws_ssm.py"]

0 comments on commit 9deed0c

Please sign in to comment.