We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4f920 commit 4f0e2c1Copy full SHA for 4f0e2c1
1 file changed
images/builder/Dockerfile
@@ -8,11 +8,11 @@ RUN apt-get update && \
8
python3-pip && \
9
apt-get clean
10
11
-RUN pip3 install --no-cache-dir git+https://github.com/yuvipanda/builderhub.git@a07ae23
12
-ADD builder_config.py /etc
+RUN pip3 install --no-cache-dir git+https://github.com/yuvipanda/builderhub.git@9fffab6
+ADD builderhub_config.py /etc
13
14
WORKDIR /etc
15
16
-CMD python3 -m builder.app
+CMD python3 -m builderhub.app
17
18
EXPOSE 8585
0 commit comments