Skip to content

Commit

Permalink
copying of static server resources to proper folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneider4711 committed Nov 4, 2023
1 parent cca9ba1 commit b1f0f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ COPY --from=build --chown=1000:1000 \
/app/support/render-data-flow-diagram.sh \
/app/demo/example/threagile-example-model.yaml \
/app/demo/stub/threagile-stub-model.yaml \
/app/server \
\
/app/
COPY --from=build --chown=1000:1000 /app/server /app/server/

USER 1000:1000
WORKDIR /app
Expand Down

0 comments on commit b1f0f8a

Please sign in to comment.