diff --git a/oid4vci/demo/frontend/Dockerfile b/oid4vci/demo/frontend/Dockerfile index 31b068db5..c0e70996a 100644 --- a/oid4vci/demo/frontend/Dockerfile +++ b/oid4vci/demo/frontend/Dockerfile @@ -12,7 +12,6 @@ RUN npm install # Copy the entire project directory into the container COPY frontend . -RUN ls # Build the React app for production RUN npm run build