Skip to content

Commit 848fd94

Browse files
authored
Update dockerfile
1 parent 22060a5 commit 848fd94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zadanie2/dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Obraz bazowy node alpine
2-
FROM node:18-alpine AS nodebuilder
2+
FROM node:24-alpine AS nodebuilder
33

44
# Uzycie zmiennej wersji
55
ARG VERSION
@@ -38,4 +38,4 @@ HEALTHCHECK --interval=10s --timeout=3s --start-period=5s --retries=3 \
3838
CMD wget --spider --quiet http://localhost:3000 || exit 1
3939

4040
# Uruchomienie aplikacji
41-
CMD ["npm", "start"]
41+
CMD ["npm", "start"]

0 commit comments

Comments
 (0)