Skip to content

Commit

Permalink
fixed dockerfile COPY bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-youngblut committed May 16, 2024
1 parent 3b7109d commit 5adcb07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ COPY requirements.txt .
RUN pip3 install -r requirements.txt

# Copy the app files into the container
COPY bridge_rna_designer/ ./bridge_rna_designer/
COPY .streamlit/ ./.streamlit/
COPY img/ ./img/
COPY app.py ./
Expand Down

0 comments on commit 5adcb07

Please sign in to comment.