We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbe317 commit 824dfcfCopy full SHA for 824dfcf
βpyproject.tomlβ
@@ -18,8 +18,8 @@ build-backend = "uv_build"
18
[project.scripts]
19
dpn = "docker_python_nodejs:dpn"
20
21
-[tool.uv]
22
-dev-dependencies = [
+[dependency-groups]
+dev = [
23
"pytest",
24
"pre-commit",
25
"ruff",
βtemplates/alpine.Dockerfileβ
@@ -1,7 +1,7 @@
1
# Generated {{ now }}
2
# python: {{ python_canonical }}
3
# nodejs: {{ nodejs_canonical }}
4
-FROM python:{{ python_image }} as builder
+FROM python:{{ python_image }} AS builder
5
6
# Install node prereqs, nodejs and yarn
7
# Ref: https://raw.githubusercontent.com/nodejs/docker-node/master/Dockerfile-alpine.template
0 commit comments