Skip to content

Commit

Permalink
Add workdir for subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmt committed Jan 3, 2025
1 parent 3654338 commit 757e15a
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 @@ -3,9 +3,9 @@ FROM amazoncorretto:21
RUN yum install -y tar gzip coreutils && \
yum clean all

COPY . .
COPY . /src

WORKDIR .
WORKDIR /src

RUN chmod +x ./amper

Expand Down

0 comments on commit 757e15a

Please sign in to comment.