Skip to content
Snippets Groups Projects
Commit b8401c0c authored by Kai Oliver Meister's avatar Kai Oliver Meister :cow2:
Browse files

testing

parent feb71ecb
No related branches found
No related tags found
No related merge requests found
Pipeline #587010 failed
......@@ -39,7 +39,7 @@ RUN ls -la
# everything from previous stages is discarded !
FROM node:current-alpine3.21 AS serving_stage
COPY --from=build_stage ~/.ssh/ ~/
COPY --from=build_stage /.ssh/ /
COPY --from=build_stage app/build/ .
COPY --from=build_stage app/.svelte-kit/ .
COPY --from=build_stage app/node_modules/ .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment