There was an error while loading. Please reload this page.
1 parent 21aba9f commit 9ae03fdCopy full SHA for 9ae03fd
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