Dockerfile update
This commit is contained in:
parent
d858e0af50
commit
01969d52d2
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user