static -> public, use bash
This commit is contained in:
parent
97dbe29bca
commit
3ce8c3b833
|
@ -1,5 +1,7 @@
|
|||
FROM coopernurse/docker-nim
|
||||
|
||||
RUN apk update && apk add bash
|
||||
|
||||
EXPOSE 5000
|
||||
RUN adduser -D -g '' r
|
||||
RUN chmod a+x /root/.nimble/bin/nimble
|
||||
|
|
Loading…
Reference in New Issue