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