fix - docker node version

This commit is contained in:
xoxo
2025-01-11 01:16:54 +07:00
parent 4df94a6fa9
commit aea769bcac
+2 -1
View File
@@ -1,8 +1,9 @@
FROM node:14.15.3-alpine3.12
FROM node:18.15.0-alpine3.17
WORKDIR /usr/src/app
COPY . .
RUN apk update && \
apk add --no-cache firefox-esr && \
npm ci && \
npm install lodash && \
npm install --loglevel=error
EXPOSE 9005