There was an error while loading. Please reload this page.
2 parents 21aba9f + 9ae03fd commit c49acd5Copy full SHA for c49acd5
client/Dockerfile
@@ -6,7 +6,7 @@ RUN npm install
6
COPY . .
7
RUN npm run build
8
9
-FROM nginx:latest
+FROM nginx:1.23
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