Skip to content

Commit

Permalink
Modify Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
winstonsmith1897 committed Sep 14, 2023
1 parent 8ee96c6 commit 9d729df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ RUN apt-get update && apt-get -y install python3 python3-pip
RUN mkdir /app

# Copia i tuoi script nella directory del contenitore
COPY server.py /app
COPY catch_temperature.py /app
COPY send_data.py /app
COPY temperature_monitor/server.py /app
COPY temperature_monitor/catch_temperature.py /app

# Imposta la directory di lavoro all'interno del contenitore
WORKDIR /app
Expand Down

0 comments on commit 9d729df

Please sign in to comment.