Skip to content

Commit 89335ee

Browse files
Change name to CP
1 parent 44adf81 commit 89335ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/azure-cc/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ COPY ./conf/*.xml /app/conf/
3838
RUN tar xzvf /app/static.tar.gz --no-same-owner --no-same-permissions && \
3939
rm -f /app/static.tar.gz
4040

41-
COPY ./azureEntryPoint.py /app
41+
COPY ./azure.py /app
4242
COPY ./confidential_compute.py /app
4343
RUN chmod a+x /app/*.py
4444

@@ -51,4 +51,4 @@ RUN adduser -D uid2-operator && \
5151
USER uid2-operator
5252

5353
# Run the Python entry point
54-
CMD python3 /app/azureEntryPoint.py
54+
CMD python3 /app/azure.py

0 commit comments

Comments
 (0)