Skip to content

Commit

Permalink
Merge pull request #25 from hollmmax/main
Browse files Browse the repository at this point in the history
fix inconsistent casing in dockerfile
  • Loading branch information
HappyStoic authored Oct 28, 2024
2 parents d740b21 + 4c0f912 commit 9db7400
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 9db7400

Please sign in to comment.