We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6764a commit 3470b0bCopy full SHA for 3470b0b
Dockerfile
@@ -9,10 +9,12 @@ RUN npm run build
9
10
FROM osll/slides-base:20230202
11
12
+WORKDIR /usr/src/project
13
+
14
ADD requirements.txt ./
15
RUN python3.8 -m pip install -r requirements.txt
16
-COPY --from=frontend_build /app/src /usr/src/project/src
17
+COPY --from=frontend_build /app/src ./src/
18
ADD ./scripts/local_start.sh ./scripts/
19
ADD ./db_versioning ./db_versioning/
20
ADD ./app ./app/
0 commit comments