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 44adf81 commit 89335eeCopy full SHA for 89335ee
scripts/azure-cc/Dockerfile
@@ -38,7 +38,7 @@ COPY ./conf/*.xml /app/conf/
38
RUN tar xzvf /app/static.tar.gz --no-same-owner --no-same-permissions && \
39
rm -f /app/static.tar.gz
40
41
-COPY ./azureEntryPoint.py /app
+COPY ./azure.py /app
42
COPY ./confidential_compute.py /app
43
RUN chmod a+x /app/*.py
44
@@ -51,4 +51,4 @@ RUN adduser -D uid2-operator && \
51
USER uid2-operator
52
53
# Run the Python entry point
54
-CMD python3 /app/azureEntryPoint.py
+CMD python3 /app/azure.py
0 commit comments