# Use the standard Amazon Linux base, provided by ECR/KaOS
# This is a placeholder, replaced by the `FultonDockerfileBuild` tool
# It will point to the standard shared Amazon Linux image, with a versioned tag
FROM AMAZON_LINUX

COPY bin/TwitchExtensionsConfiguration /TwitchExtensionsConfiguration
COPY all.c7 /all.c7

EXPOSE 8080

USER nobody

ENTRYPOINT ["/TwitchExtensionsConfiguration"]