1
0

More stability & defaults

This commit is contained in:
2025-11-09 11:19:04 -05:00
parent 18874dac78
commit 3a2a9e12e3
8 changed files with 873 additions and 776 deletions

View File

@@ -41,6 +41,7 @@ WORKDIR /streaming-app
COPY package.json yarn.lock* ./
RUN npm install -g yarn && yarn install --frozen-lockfile || yarn install
COPY index.js ./
COPY src/ ./src/
# Expose both ports
EXPOSE 3000 8080