Skip to content

Commit

Permalink
[mirotalksfu] - add missing
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 29, 2025
1 parent 9f10056 commit 75592b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ RUN apt-get purge -y --auto-remove \
COPY app app
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
CMD ["npm", "start"]

0 comments on commit 75592b9

Please sign in to comment.