Currently test.dockerfile uses 3 variables in build process:
ENV UID=node \ GID=node \ HOME=/opt/sealious
They are used in directives like VOLUME and USER, which are evaluated and saved in image, hence can't be changed with variables in run-time. These environment variables should be converted to build arguments, to reflect their usage.