update
Browse files- Dockerfile +1 -5
Dockerfile
CHANGED
@@ -39,12 +39,8 @@ RUN useradd -m -u 1000 appuser
|
|
39 |
|
40 |
|
41 |
RUN mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
|
|
|
42 |
|
43 |
-
RUN echo "ls" > test.txt
|
44 |
-
RUN git clone -b docker_wip https://github.com/alexanderswerdlow/unidisc.git /home/appuser/app
|
45 |
-
|
46 |
-
|
47 |
-
# Set working directory
|
48 |
WORKDIR /home/appuser/app
|
49 |
|
50 |
RUN --mount=type=ssh uv sync --no-group dev
|
|
|
39 |
|
40 |
|
41 |
RUN mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
|
42 |
+
RUN git clone -b docker_wip --recurse-submodules https://github.com/alexanderswerdlow/unidisc.git /home/appuser/app
|
43 |
|
|
|
|
|
|
|
|
|
|
|
44 |
WORKDIR /home/appuser/app
|
45 |
|
46 |
RUN --mount=type=ssh uv sync --no-group dev
|