gordon-posit commited on
Commit
95bc557
·
1 Parent(s): 9301f1e

Retry build

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -12,7 +12,6 @@ RUN apt-get update && apt-get install -y python3 python3-pip
12
  COPY requirements.txt /app/
13
  RUN pip3 install -r requirements.txt
14
 
15
- # Use Quarto to render your site
16
  RUN quarto render .
17
 
18
  EXPOSE 7860
 
12
  COPY requirements.txt /app/
13
  RUN pip3 install -r requirements.txt
14
 
 
15
  RUN quarto render .
16
 
17
  EXPOSE 7860