fix: no python error

This commit is contained in:
pochangl 2022-07-18 11:58:11 +00:00
parent 1a9f8199cc
commit 28261fbdea

View File

@ -1,7 +1,7 @@
version: '3.2' version: '3.2'
services: services:
web: web:
image: node:14.0-buster-slim image: node:14.0-buster
command: ./start.sh command: ./start.sh
environment: environment:
SUBMIT_ENDPOINT: 'https://api.contree.io/profile' SUBMIT_ENDPOINT: 'https://api.contree.io/profile'