fix: Remove tmpfs for /tmp (#123)
This commit is contained in:
parent
8006af3ec9
commit
90d2d52ebc
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@
|
||||||
{%- include "modules/files/files.j2" %}
|
{%- include "modules/files/files.j2" %}
|
||||||
{%- else %}
|
{%- else %}
|
||||||
RUN \
|
RUN \
|
||||||
--mount=type=tmpfs,target=/tmp \
|
|
||||||
--mount=type=tmpfs,target=/var \
|
--mount=type=tmpfs,target=/var \
|
||||||
--mount=type=bind,from=stage-config,src=/config,dst=/tmp/config,rw \
|
--mount=type=bind,from=stage-config,src=/config,dst=/tmp/config,rw \
|
||||||
{%- if let Some(source) = module.source %}
|
{%- if let Some(source) = module.source %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue