There was an error while loading. Please reload this page.
2 parents 117de6f + b1ba989 commit aad6d1cCopy full SHA for aad6d1c
client/Dockerfile
@@ -6,7 +6,7 @@ RUN npm install
6
COPY . .
7
RUN npm run build
8
9
-FROM nginx:1.23
+FROM nginx:1.25.3
10
EXPOSE 3000
11
COPY ./nginx/default.conf /etc/nginx/conf.d/default.conf
12
COPY --from=build /app/build /usr/share/nginx/html
0 commit comments