Unverified Commit 00e7dfb4 authored by ThatOneCalculator's avatar ThatOneCalculator
Browse files

fix: 🐋 dockerfile to latest instead of alpine

parent eb7138ab
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM oven/bun:alpine as build FROM oven/bun:latest as build
WORKDIR /app WORKDIR /app
...@@ -32,4 +32,4 @@ RUN pip3 install -r requirements.txt ...@@ -32,4 +32,4 @@ RUN pip3 install -r requirements.txt
COPY ./backend . COPY ./backend .
CMD [ "sh", "start.sh"] CMD [ "sh", "start.sh"]
\ No newline at end of file
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