Skip to content

Commit a54b850

Browse files
committed
Merge branch 'master' of github.com:maitocode/maitocode
2 parents 46aae8a + e7b2dfd commit a54b850

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18.13-alpine
1+
FROM node:18.15-alpine
22

33
# set working directory
44
WORKDIR /app

Dockerfile.deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY . .
99
RUN yarn run build
1010

1111
# production environment
12-
FROM nginx:1-alpine
12+
FROM nginx:1.24-alpine
1313
COPY --from=build /app/build /usr/share/nginx/html
1414
COPY ./deployment/nginx/default.conf /etc/nginx/conf.d/default.conf
1515
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)