Used node 23 for docker container
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node AS builder
|
||||
FROM node:23 AS builder
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /app
|
||||
@@ -46,4 +46,4 @@ COPY replace_env_vars.sh /replace_env_vars.sh
|
||||
RUN chmod +x /replace_env_vars.sh
|
||||
|
||||
# Replace env vars & Start nginx
|
||||
CMD ["/bin/sh", "-c", "/replace_env_vars.sh && nginx -g \"daemon off;\""]
|
||||
CMD ["/bin/sh", "-c", "/replace_env_vars.sh && nginx -g \"daemon off;\""]
|
||||
|
||||
Reference in New Issue
Block a user