File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ WORKDIR /build/
88RUN pip install -U pip && pip install -r requirements.txt
99
1010FROM python:3.8.5-slim-buster as app
11- COPY --from=builder /src / /app/
11+ COPY --from=builder /build / /app/
1212COPY --from=builder /usr/local/lib/ /usr/local/lib/
1313WORKDIR /app/
1414COPY *.py /app/
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ RUN pip install -U pip && pip install -r requirements.txt
99
1010#
1111# docker run -e SLACK_SIGNING_SECRET=$SLACK_SIGNING_SECRET -e SLACK_BOT_TOKEN=$SLACK_BOT_TOKEN -e VARIABLE_NAME="api" -p 80:80 -it your-repo/hello-bolt
12- #
12+ # or
13+ # docker run -e SLACK_SIGNING_SECRET=$SLACK_SIGNING_SECRET -e SLACK_BOT_TOKEN=$SLACK_BOT_TOKEN -e VARIABLE_NAME="api" -p 3000:80 -it your-repo/hello-bolt
You can’t perform that action at this time.
0 commit comments