Dockerfile update

This commit is contained in:
Ryan 2025-04-09 23:42:24 +10:00
parent d858e0af50
commit 01969d52d2

View File

@ -3,7 +3,7 @@ FROM node:20-bullseye-slim
# Install Git during the build phase using apt.
RUN apt-get update -y && apt-get install -y git && rm -rf /var/lib/apt/lists/*
# Set working directory.
# Set working directory.
WORKDIR /app
# Copy your entrypoint script.