a month 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
a month 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 • 28 days ago
a month ago
Railpack or Docker should automatically ignore files specified in .dockerignore.
a month 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
a month ago
the folders not ignored
0x5b62656e5d
Railpack or Docker should automatically ignore files specified in `.dockerignore`.
a month ago
not are ignored in my build
a month ago
I assume the ignore file is located in the same directory as the Dockerfile being used in build?
a month ago
yes