We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9b712 commit ee9dd2bCopy full SHA for ee9dd2b
1 file changed
Dockerfile
@@ -1,6 +1,9 @@
1
# SPDX-FileCopyrightText: 2021 Pen-Yuan Hsing
2
# SPDX-License-Identifier: AGPL-3.0-or-later
3
4
+# Container image following Heroku recommendations:
5
+# https://devcenter.heroku.com/articles/container-registry-and-runtime#testing-an-image-locally
6
+
7
FROM python:3.10-slim-bullseye
8
9
WORKDIR /opt/app
0 commit comments