Skip to content

Commit

Permalink
👷Add nightly docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
libsgh committed Aug 15, 2022
1 parent 2681794 commit 26400e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -7,7 +7,7 @@ WORKDIR /app/
COPY ./ ./
RUN apk add --no-cache bash git curl go gcc musl-dev; \
curl -s -O 'https://raw.githubusercontent.com/libsgh/PanIndex-build-action/main/build.sh'; \
bash build.sh ARG0
bash build.sh ${ARG0}

FROM alpine:edge
MAINTAINER libsgh
Expand Down

1 comment on commit 26400e7

@vercel
Copy link

@vercel vercel bot commented on 26400e7 Aug 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pan-index-docs – ./docs

pan-index-docs.vercel.app
pan-index-docs-git-dev-libsgh.vercel.app
pan-index-docs-libsgh.vercel.app

Please sign in to comment.