File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed
Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ WORKDIR /app
1818
1919# Copy only the necessary files into the runtime stage
2020COPY --from=builder /usr/local/lib/python3.8/site-packages /usr/local/lib/python3.8/site-packages
21- COPY .env .
2221COPY twitter.py .
2322
2423# Run twitter.py when the container launches
Original file line number Diff line number Diff line change 1+ version : " 3.8"
2+
3+ services :
4+ api :
5+ build :
6+ context : .
7+ dockerfile : Dockerfile
8+ environment :
9+ CONSUMER_KEY : " "
10+ CONSUMER_SECRET : " "
11+ ACCESS_TOKEN : " "
12+ ACCESS_TOKEN_SECRET : " "
13+ BEARER_TOKEN : " "
14+ restart : always
Original file line number Diff line number Diff line change 1+ version : " 3.8"
2+
3+ services :
4+ smooth-bot :
5+ container_name : check-ports-service
6+ image : ghcr.io/dappnode/smooth-bot:latest
7+ environment :
8+ CONSUMER_KEY : " "
9+ CONSUMER_SECRET : " "
10+ ACCESS_TOKEN : " "
11+ ACCESS_TOKEN_SECRET : " "
12+ BEARER_TOKEN : " "
13+ restart : always
You can’t perform that action at this time.
0 commit comments