Skip to content

Commit

Permalink
added a results folder in flask_api dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Feb 6, 2024
1 parent e47cfb6 commit a6295b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ RUN julia -e 'using Pkg; Pkg.add(PackageSpec(;name = "PrettyTables",version = "2

COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt

COPY results /app/results
COPY . .

0 comments on commit a6295b2

Please sign in to comment.