Skip to content

Commit

Permalink
Remove CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmt committed Jan 3, 2025
1 parent 74fd296 commit f6491a5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
FROM amazoncorretto:21

# Install dependencies
RUN yum install -y tar gzip coreutils && \
yum clean all

# Copy files to container
COPY . .

# Make amper executable
RUN chmod +x ./amper

CMD ["./amper"]
RUN ./amper

0 comments on commit f6491a5

Please sign in to comment.