mirror of
https://github.com/qeeqbox/social-analyzer.git
synced 2026-05-26 13:29:06 +00:00
Merge pull request #133 from satesate-dev/fix/docker-node-version
Fix - Docker NodeJS Version
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user