Skip to content

Commit

Permalink
Added python 3 and right pull in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
steccas committed Dec 12, 2021
1 parent 13cf182 commit f65cb3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
timeout: "10s"
retries: "5"
start_period: "30s"
image: "xbrowsersync/api:latest"
image: "steccas/xbs-api:latest"
restart: "unless-stopped"
volumes:
- "./settings.json:/usr/src/api/config/settings.json"
Expand Down
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN XBROWSERSYNC_API_VERSION="$(curl --silent "https://api.github.com/repos/xbro
&& rm -rf api-$XBROWSERSYNC_API_VERSION/

# Install dependencies
RUN apk add python2 make
RUN apk add python2 python3 make
RUN npm install --only=production

# Expose port and start api
Expand Down

0 comments on commit f65cb3d

Please sign in to comment.