Update compilers; rename things for consistency
This commit is contained in:
parent
646a7981fc
commit
4b73ece01c
8 changed files with 12 additions and 24 deletions
5
docker/python3/Dockerfile
Normal file
5
docker/python3/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM python:3-alpine
|
||||
LABEL author="1Computer1"
|
||||
|
||||
COPY run.sh /var/run/
|
||||
WORKDIR /var/ws
|
2
docker/python3/run.sh
Normal file
2
docker/python3/run.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
echo "$1" > program.py
|
||||
python program.py
|
Loading…
Add table
Add a link
Reference in a new issue