More stability & defaults
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user