mirror of
https://github.com/rishikanthc/Scriberr.git
synced 2026-06-28 06:46:25 +00:00
Update Dockerfile
This commit is contained in:
committed by
GitHub
parent
3524274729
commit
8446e2a416
@@ -104,9 +104,9 @@ WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
# Install Node.js and dependencies
|
||||
# RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y nodejs && npm ci
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y nodejs
|
||||
|
||||
RUN apt install nodejs && apt install npm
|
||||
# RUN apt install nodejs && apt install npm
|
||||
RUN npm ci
|
||||
|
||||
# Expose necessary ports
|
||||
|
||||
Reference in New Issue
Block a user