mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 19:45:07 +00:00
Fix dockerfile for coolify
This commit is contained in:
parent
a521298112
commit
e4835328dc
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue