Unverified Commit eb7138ab authored by ThatOneCalculator's avatar ThatOneCalculator
Browse files

fix: 🐋 docker build

parent ea7ea52b
...@@ -7,7 +7,7 @@ WORKDIR /app ...@@ -7,7 +7,7 @@ WORKDIR /app
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./
COPY . . COPY . .
RUN bun install --frozen-lockfile RUN bun install
RUN bun run build RUN bun run build
FROM python:3.11-slim-buster as base FROM python:3.11-slim-buster as base
......
No preview for this file type
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment