Skip to content

Commit 0f42662

Browse files
committed
Add pipeline v3
1 parent a63c23d commit 0f42662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

producer/Dockerfile renamed to Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ EXPOSE 8501
44

55
WORKDIR /app
66

7-
COPY requirements.txt ./requirements.txt
7+
COPY producer/requirements.txt ./requirements.txt
88
RUN pip install -r requirements.txt
99

10-
COPY producer.py .
10+
COPY producer/producer.py .
1111
CMD streamlit run producer.py
1212

0 commit comments

Comments
 (0)