Skip to content

Commit 0d5f811

Browse files
committed
Update Dockerfile
1 parent 622826b commit 0d5f811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Multi-stage build for llms-py
2-
FROM oven/bun:latest as bun
3-
FROM python:3.11-slim as builder
2+
FROM oven/bun:latest AS bun
3+
FROM python:3.11-slim AS builder
44

55
# Set working directory
66
WORKDIR /app

0 commit comments

Comments
 (0)