Skip to content

Commit

Permalink
fix inconsistent casing in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Hollmann committed Oct 22, 2024
1 parent 4cee3fd commit 4c0f912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN npm install
RUN npm run build

# Stage 2: Download Python dependencies
FROM python:3.12-slim as download-python
FROM python:3.12-slim AS download-python

COPY server/requirements.txt .
RUN pip install -r requirements.txt --user
Expand Down

0 comments on commit 4c0f912

Please sign in to comment.