fix: Remove /var tmpfs
This commit is contained in:
parent
1b32275a33
commit
2c1d1b9473
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ RUN --mount=type=bind,from=stage-bins,src=/bins,dst=/tmp/bins \
|
|||
{%- include "modules/containerfile/containerfile.j2" %}
|
||||
{%- else %}
|
||||
RUN \
|
||||
--mount=type=tmpfs,target=/var \
|
||||
{%- if files_dir_exists %}
|
||||
--mount=type=bind,from=stage-files,src=/files,dst=/tmp/files,rw \
|
||||
{%- else %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue