mirror of
https://github.com/vbatts/imgsrv.git
synced 2025-01-12 07:07:08 +00:00
Dockerfile: permission denied
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
92bce04f18
commit
7d2ce0ed03
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ RUN dnf install -y golang git bzr && \
|
|||
go get github.com/vbatts/imgsrv && \
|
||||
rm -rf /usr/local/pkg && \
|
||||
dnf remove -y golang git bzr
|
||||
ENTRYPOINT ["/usr/local/src/github.com/vbatts/imgsrv/run.sh"]
|
||||
ENTRYPOINT ["/bin/sh", "/usr/local/src/github.com/vbatts/imgsrv/run.sh"]
|
||||
|
|
Loading…
Reference in a new issue