Skip to content

Commit 9ae03fd

Browse files
committed
1 parent 21aba9f commit 9ae03fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN npm install
66
COPY . .
77
RUN npm run build
88

9-
FROM nginx:latest
9+
FROM nginx:1.23
1010
EXPOSE 3000
1111
COPY ./nginx/default.conf /etc/nginx/conf.d/default.conf
1212
COPY --from=build /app/build /usr/share/nginx/html

0 commit comments

Comments
 (0)