There was an error while loading. Please reload this page.
1 parent 18e6896 commit c0b7b14Copy full SHA for c0b7b14
2 files changed
docker-compose.yml
@@ -28,8 +28,8 @@ services:
28
29
web:
30
build:
31
- context: packages/web
32
- dockerfile: Dockerfile
+ context: .
+ dockerfile: packages/web/Dockerfile
33
target: builder
34
environment:
35
- VITE_BASE_API_URL=http://localhost:8000
packages/core/Dockerfile
@@ -1,5 +1,3 @@
1
-# syntax=docker/dockerfile:1
2
-
3
ARG PYTHON_VERSION=3.11-slim
4
5
FROM python:${PYTHON_VERSION} AS wheelbuilder
0 commit comments