Skip to content

Commit 707faa1

Browse files
authored
Update Dockerfile
1 parent 1d37b07 commit 707faa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ COPY --chown=${NON_ROOT_USER}:${NON_ROOT_USER} . .
192192
COPY --chown=${NON_ROOT_USER}:${NON_ROOT_USER} --from=build ${ROOT}/public public
193193

194194
RUN mkdir -p \
195-
storage/framework/{sessions,views,cache} \
195+
storage/framework/{sessions,views,cache,testing} \
196196
storage/logs \
197197
bootstrap/cache
198198

0 commit comments

Comments
 (0)