Fixed failing build.
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user