Skip to content

Commit

Permalink
Clean repo
Browse files Browse the repository at this point in the history
  • Loading branch information
winstonsmith1897 committed Sep 12, 2023
1 parent 11ca266 commit 13320c9
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 230 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ RUN apt-get update && apt-get -y install python3 python3-pip
RUN mkdir /app

# Copia i tuoi script nella directory del contenitore
COPY dynamic_server.py /app
COPY send_data.py /app
COPY catch_topic.py /app
ADD dht_monitor/ /app
#COPY dynamic_server.py /app
#COPY send_data.py /app
#COPY catch_topic.py /app

# Imposta la directory di lavoro all'interno del contenitore
WORKDIR /app
Expand Down
22 changes: 0 additions & 22 deletions dht-monitor/Dockerfile

This file was deleted.

52 changes: 0 additions & 52 deletions dht-monitor/catch_topic.py

This file was deleted.

3 changes: 0 additions & 3 deletions dht-monitor/requirements.txt

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
59 changes: 0 additions & 59 deletions dynamic_server.py

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ classifiers = [
"Natural Language :: English",
"Programming Language :: Python :: 3 :: Only",
]
include = ["README.md", "LICENSE.md", "dht-monitor/data/*"]
include = ["README.md", "LICENSE.md", "dht_monitor/data/*"]
packages = [
{ include = "dht-monitor" },
{ include = "dht_monitor" },
]

[tool.poetry.dependencies]
Expand Down
89 changes: 0 additions & 89 deletions send_data.py

This file was deleted.

0 comments on commit 13320c9

Please sign in to comment.