Skip to content

Commit 2a0ceb1

Browse files
committed
Update dockerfile
1 parent cdf39e6 commit 2a0ceb1

2 files changed

Lines changed: 3 additions & 722 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22 AS builder
1+
FROM node:24 AS builder
22

33
WORKDIR /usr/src/app
44

@@ -11,9 +11,9 @@ RUN npm ci
1111
COPY frontend/ .
1212
RUN npm run build
1313

14-
FROM node:22-alpine
14+
FROM node:24-alpine
1515

16-
LABEL org.opencontainers.image.source https://github.com/Danielv123/serverManager
16+
LABEL org.opencontainers.image.source=https://github.com/Danielv123/serverManager
1717

1818
# Open a port in the firewall
1919
EXPOSE 8080

0 commit comments

Comments
 (0)