Skip to content

Commit

Permalink
techtrends: fix incorrect root path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
weiyshay committed Jul 15, 2024
1 parent dd88c28 commit 3d4028c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techtrends/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app
COPY . /app

# Install packages defined in the requirements.txt file
RUN pip install -r requirements.txt
RUN cd techtrends && pip install -r requirements.txt

# Initialize the database with pre-defined posts
RUN python init_db.py
Expand Down

0 comments on commit 3d4028c

Please sign in to comment.