Skip to content

Commit 33d5970

Browse files
committed
feat(docker): add directories for rack-cache body and meta
Created /app/tmp/rack-cache-body and /app/tmp/rack-cache-meta directories in the Dockerfile to support caching functionality.
1 parent 1502b1a commit 33d5970

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ RUN apk add --no-cache \
5757
--no-create-home \
5858
--uid "$UID" "$USER" \
5959
&& mkdir -p /app \
60+
&& mkdir -p /app/tmp/rack-cache-body \
61+
&& mkdir -p /app/tmp/rack-cache-meta \
6062
&& chown "$USER":"$USER" -R /app
6163

6264
WORKDIR /app

0 commit comments

Comments
 (0)