This commit is contained in:
parent
1c057fcbd8
commit
f575b76f33
1 changed files with 1 additions and 0 deletions
|
@ -14,4 +14,5 @@ FROM base
|
||||||
COPY --from=builder /install /usr/local
|
COPY --from=builder /install /usr/local
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
RUN chmod +x ./loadgen.sh
|
||||||
ENTRYPOINT ./loadgen.sh
|
ENTRYPOINT ./loadgen.sh
|
||||||
|
|
Loading…
Reference in a new issue