Skip to content

Commit 1fa8e89

Browse files
committed
Add static conf to container
1 parent de4dcc9 commit 1fa8e89

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ENV VERBOSE="true"
1111

1212
ADD Container-Root /
1313

14+
ADD wd/conf /hyperpod/conf
15+
1416
RUN export http_proxy=$http_proxy; export https_proxy=$https_proxy; export no_proxy=$no_proxy; export MOD=$MOD; /setup.sh; rm -f /setup.sh
1517

1618
WORKDIR /hyperpod

0 commit comments

Comments
 (0)