Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ services:
context: ./packages/web
image: web-server:latest
ports:
- "3000:3000"
- "3000:80"
1 change: 1 addition & 0 deletions packages/emulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apk update && apk upgrade && apk add git
RUN npm install -g lerna@2.11
WORKDIR /emulator/
RUN git clone https://github.com/Microsoft/BotFramework-Emulator.git /emulator
RUN git checkout 3b671eeca53f236eb4c5c721df69937ee9db2573
RUN npm install
RUN lerna bootstrap --hoist
RUN lerna run build --scope=@bfemulator/emulator-core --scope=@bfemulator/emulator-cli
Expand Down