-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,10 +12,6 @@ RUN npm install -g [email protected] | |
# Install specific version of Angular CLI | ||
RUN npm install -g @angular/[email protected] | ||
|
||
# Clone the repository into /app folder | ||
# WORKDIR /app | ||
# RUN git clone https://github.com/nandyalu/trailarr.git /app | ||
|
||
# Install Python Packages | ||
COPY dev-requirements.txt . | ||
RUN python -m pip install --no-cache-dir --upgrade -r dev-requirements.txt | ||
|
@@ -34,10 +30,6 @@ ENV PYTHONDONTWRITEBYTECODE=1 \ | |
APP_NAME="Trailarr" \ | ||
APP_VERSION="0.0.4-beta" | ||
|
||
# Set the working directory | ||
# RUN mkdir /app | ||
# WORKDIR /app | ||
|
||
# Set the python path | ||
ENV PYTHONPATH "${PYTHONPATH}:/app/backend" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters