Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: fix copy server/static files #47

Merged
merged 2 commits into from
Nov 4, 2023

Conversation

duhow
Copy link
Contributor

@duhow duhow commented Nov 4, 2023

Fixes #37 .

Attempting to copy /app/server does not create server folder, but instead it copies its content (static).

In order to keep same simple copy instruction, copy as many files into a previous stage (with required owner), then finally copy everything over final image.

@cschneider4711
Copy link
Member

Thx. :) noticed the same in parallel and adjusted the Dockerfile already (build is in progress)

@cschneider4711
Copy link
Member

... will then use the version that is smaller (probably the one with just one COPY command)

@cschneider4711 cschneider4711 merged commit 9a8ced5 into Threagile:master Nov 4, 2023
4 checks passed
z00mi pushed a commit to z00mi/threagile that referenced this pull request Apr 23, 2024
docker: fix copy server/static files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants