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