There was an error while loading. Please reload this page.
2 parents ba45bc4 + 84c9c51 commit fa2c5d0Copy full SHA for fa2c5d0
client/Dockerfile
@@ -6,7 +6,7 @@ RUN npm install
6
COPY . .
7
RUN npm run build
8
9
-FROM nginx:1.25.5
+FROM nginx:1.26
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