Compare commits

..

No commits in common. "main" and "v0.0.3" have entirely different histories.
main ... v0.0.3

2 changed files with 2 additions and 3 deletions

View File

@ -17,8 +17,7 @@ jobs:
steps:
- name: Build
run: |
git clone -b ${{ gitea.ref_name }} "https://apigo.cc/${{ gitea.repository }}.git"
mv default apigo
mkdir apigo
cd apigo
sed -i "s/version: v0.0.1/version: ${{ gitea.ref_name }}/" apigo.yml
sed -i "s#Hello world#please mount app in /app/main.js, example: docker run --rm -it -v /your/app:/app apigo.cc/ag/apigo#" main.js

View File

@ -1,4 +1,4 @@
FROM apigo.cc/docker/alpine:latest
FROM alpine:latest
COPY build/apigo_linux_amd64 /usr/local/bin/apigo
COPY main.js /app/
workdir /app