Needs certs
All checks were successful
Build and deploy / deploy (push) Successful in 1m18s

This commit is contained in:
2025-04-26 23:41:17 +01:00
parent 6a2b5abc39
commit 0ffaaf919d

View File

@@ -1,6 +1,10 @@
# Use the official Node.js image as the base image
FROM oven/bun:1.2.10
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
# Set the working directory inside the container
WORKDIR /usr/src/app