Update links

This commit is contained in:
Andras Schmelczer 2022-07-08 11:09:38 +02:00
parent c39feeee53
commit b995da5d80
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
5 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@ FROM python:3.10.4-slim-bullseye
LABEL org.opencontainers.image.title="GreatAI package wrapper container"
LABEL org.opencontainers.image.vendor="ScoutinScience B.V."
LABEL org.opencontainers.image.authors="andras@schmelczer.dev"
LABEL org.opencontainers.image.source="https://github.com/ScoutinScience/great-ai"
LABEL org.opencontainers.image.source="https://github.com/schmelczer/great-ai"
ENV ENVIRONMENT=production
EXPOSE 6060