primo caricamento
This commit is contained in:
commit
d30984adfe
15 changed files with 658 additions and 0 deletions
11
concentratore/Dockerfile
Normal file
11
concentratore/Dockerfile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
|
||||
# Serve solo Python: il concentratore non usa librerie esterne
|
||||
RUN apk add --no-cache python3
|
||||
|
||||
COPY concentratore.py /concentratore.py
|
||||
COPY run.sh /run.sh
|
||||
RUN chmod a+x /run.sh
|
||||
|
||||
CMD [ "/run.sh" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue