Fix dockerfile for coolify

This commit is contained in:
Max Wofford 2025-02-24 21:08:14 -05:00
parent a521298112
commit e4835328dc

View file

@ -1,6 +1,9 @@
# Use the official Bun image as base
FROM oven/bun:1
# install wget for coolify healthcheck
RUN apt-get update && apt-get install -y wget
# Set working directory
WORKDIR /app