diff --git a/src/frontend/Dockerfile b/src/frontend/Dockerfile index e890c92fb..0a347194e 100644 --- a/src/frontend/Dockerfile +++ b/src/frontend/Dockerfile @@ -5,6 +5,6 @@ COPY . /app RUN npm install --force RUN npm run build -FROM nginx +FROM nginx:1.29.4-trixie COPY --from=frontend_build /app/build/ /usr/share/nginx/html COPY /nginx.conf /etc/nginx/conf.d/default.conf \ No newline at end of file