File size: 189 Bytes
48886b7
 
 
 
 
 
 
 
 
e2e7b98
48886b7
 
1
2
3
4
5
6
7
8
9
10
11
12
#
# 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"]