[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -16,6 +16,9 @@ RUN apt-get update \
|
|||||||
ffmpeg \
|
ffmpeg \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
# Rename config.template.js to config.js
|
||||||
|
COPY ./app/src/config.template.js ./app/src/config.js
|
||||||
|
|
||||||
# Copy package.json and install npm dependencies
|
# Copy package.json and install npm dependencies
|
||||||
COPY package.json .
|
COPY package.json .
|
||||||
RUN npm install
|
RUN npm install
|
||||||
@@ -31,8 +34,5 @@ RUN apt-get purge -y --auto-remove \
|
|||||||
COPY app app
|
COPY app app
|
||||||
COPY public public
|
COPY public public
|
||||||
|
|
||||||
# Rename config.template.js to config.js
|
|
||||||
RUN cp app/src/config.template.js app/src/config.js
|
|
||||||
|
|
||||||
# Set default command to start the application
|
# Set default command to start the application
|
||||||
CMD ["npm", "start"]
|
CMD ["npm", "start"]
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم