We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22060a5 commit 848fd94Copy full SHA for 848fd94
zadanie2/dockerfile
@@ -1,5 +1,5 @@
1
# Obraz bazowy node alpine
2
-FROM node:18-alpine AS nodebuilder
+FROM node:24-alpine AS nodebuilder
3
4
# Uzycie zmiennej wersji
5
ARG VERSION
@@ -38,4 +38,4 @@ HEALTHCHECK --interval=10s --timeout=3s --start-period=5s --retries=3 \
38
CMD wget --spider --quiet http://localhost:3000 || exit 1
39
40
# Uruchomienie aplikacji
41
-CMD ["npm", "start"]
+CMD ["npm", "start"]
0 commit comments