Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon-ius committed Mar 7, 2024
1 parent f8f72a8 commit 68000f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

```bash
doas podman run --rm monius/docker-instant-ai
doas podman run --name ii -it monius/docker-instant-ai /bin/sh

doas podman rm -f $(doas podman ps -a -q)
doas podman rmi -f $(doas podman images -a -q)
Expand Down
8 changes: 4 additions & 4 deletions dev/BASE
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ RUN \
--with-http_v2_module && \
make -j"$(nproc)" && make install

RUN addgroup -S ${XUSER} && \
adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G ${XUSER} ${XUSER}

RUN apk del ${PKG} && \
rm -rf /tmp/* && \
rm -rf /var/cache/apk/*
rm -rf /var/cache/apk/*

RUN addgroup -S ${XUSER} && \
adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G ${XUSER} ${XUSER}

0 comments on commit 68000f0

Please sign in to comment.