Skip to content

build(*): added individual dockerignore files for server and client

Alexandros Georgantas requested to merge missing-docker-ignore into main

Addresses copying of local node_modules inside of server and client containers which causes errors when node modules need to be compiled (this leads to architecture incompatibility when modules compiled for arm86 (apple silicon) and container is x86)

Merge request reports