This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user