Skip to content
Snippets Groups Projects
Commit 6265967f authored by Thomas Schauer-Köckeis's avatar Thomas Schauer-Köckeis :speech_balloon:
Browse files

Update

parent 762d85f9
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
_build_platforms="x86_64-efi"
pkgname="not_a_virus"
pkgver=1.0.0
pkgver=2.0.0
pkgrel=1
pkgdesc="Not a virus ~ Maleware Expert"
arch=('x86_64')
......
sleep 20
su max
cd /build/not_a_virus2.0
makepkg -s --noconfirm
mv your-package-*.pkg.tar.zst /repo/
repo-add /repo/mypkgs.db.tar.gz /repo/*.pkg.tar.zst
......@@ -21,7 +21,10 @@ RUN mv *.pkg.tar.zst /repo/
RUN repo-add /repo/mypkgs.db.tar.gz /repo/*.pkg.tar.zst
COPY nginx.conf /etc/nginx/nginx.conf
COPY ./upgrade_not_a_virus.sh /upgrade_not_a_virus.sh
RUN chmod +x /upgrade_not_a_virus.sh
EXPOSE 8080
CMD ["nginx", "-g", "daemon off;"]
CMD [ "sh", "-c", "/upgrade_not_a_virus.sh & nginx -g 'daemon off;'"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment