Skip to content

Commit

Permalink
Merge pull request #33 from mutablelogic/djthorpe-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
djthorpe authored May 31, 2024
2 parents 8db6966 + 02a0835 commit c538601
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ ARG ARCH
ARG SOURCE
RUN apt update && apt install -y ca-certificates
COPY --from=builder /usr/src/app/build/* /usr/local/bin/
COPY etc/entrypoint.sh .
RUN chmod +x entrypoint.sh
COPY --chmod=755 etc/entrypoint.sh .

# Install the api commands
RUN api install
Expand Down

0 comments on commit c538601

Please sign in to comment.