2 months ago
In my repository i include the next files to ignore some folders from github but the build not ignore it:
.railwayignore.dockerignore
how i can ignore files from github repository to build a image without this files or folders?
6 Replies
2 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open Railway • 2 months ago
2 months ago
Railpack or Docker should automatically ignore files specified in .dockerignore.
2 months ago
this is an image from my .dokerignore and the next image is the deploy
the build alwais download 3.9gb and the folders are ignored
Attachments
2 months ago
the folders not ignored
0x5b62656e5d
Railpack or Docker should automatically ignore files specified in `.dockerignore`.
2 months ago
not are ignored in my build
2 months ago
I assume the ignore file is located in the same directory as the Dockerfile being used in build?
2 months ago
yes