Skip to content

Commit 3b00f25

Browse files
committed
fix
1 parent c188ac8 commit 3b00f25

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api/.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /usr/src/app
88
COPY package*.json ./
99

1010
# Copy entrypoint script and ensure proper line endings
11-
COPY .docker/docker-entrypoint.sh /docker-entrypoint.sh
11+
COPY .docker/entrypoint.sh /docker-entrypoint.sh
1212
RUN chmod +x /docker-entrypoint.sh && \
1313
sed -i 's/\r$//' /docker-entrypoint.sh && \
1414
cat /docker-entrypoint.sh

dashboard/.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM node:23-alpine as builder
2+
FROM node:22-alpine as builder
33

44
WORKDIR /app
55

0 commit comments

Comments
 (0)