Fixed failing build.

This commit is contained in:
2026-02-02 07:46:39 +01:00
parent ec2f2dbd57
commit 0818f634dc
4 changed files with 66 additions and 25 deletions

View File

@@ -8,6 +8,9 @@ ARG IS_RELEASE="false"
# Set working directory
WORKDIR /app
# Install git for version generation
RUN apk add --no-cache git
# Copy package files
COPY package*.json ./
@@ -53,4 +56,4 @@ ENV LISTEN_ADDR=0.0.0.0
ENV LISTEN_PORT=3000
# Start the integrated server
ENTRYPOINT ["./entrypoint.sh"]
ENTRYPOINT ["./entrypoint.sh"]