# # SPDX-FileCopyrightText: Hadad # SPDX-License-Identifier: Apache-2.0 # FROM hadadrjt/playground:public-latest WORKDIR /app COPY src/* . CMD ["python", "app.py"]