Revert "Add custom liquid and service files and updated docker"

This reverts commit 021f27d62e.
This commit is contained in:
Logan Cusano
2025-06-23 01:11:18 -04:00
parent 5ff1d6273f
commit 44684ed020
2 changed files with 0 additions and 57 deletions

View File

@@ -37,9 +37,6 @@ WORKDIR /op25
# Run the install script to set up op25
RUN ./install.sh -f
# Update the liquid file
COPY op25.liq /op25/op25.liq
# Install Python dependencies
COPY requirements.txt /tmp/requirements.txt
RUN pip3 install --no-cache-dir -r /tmp/requirements.txt