Skip to content

Commit

Permalink
fix: fix docker example and include pyproject.toml (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager authored Apr 8, 2024
1 parent 39fce8b commit 4fecc12
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 164 deletions.
2 changes: 1 addition & 1 deletion examples/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/prefix-dev/pixi:0.14.0 AS build
FROM ghcr.io/prefix-dev/pixi:0.18.0 AS build

COPY . /app
WORKDIR /app
Expand Down
166 changes: 47 additions & 119 deletions examples/docker/pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 0 additions & 37 deletions examples/docker/pixi.toml

This file was deleted.

Loading

0 comments on commit 4fecc12

Please sign in to comment.