Update name & architectures

This commit is contained in:
Andras Schmelczer 2022-06-25 20:14:43 +02:00
parent a26bcf9851
commit c36d1f7f2a
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
3 changed files with 6 additions and 6 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/ScoutinScience/great-ai"
ENV ENVIRONMENT=production
EXPOSE 6060