kaniko/integration/dockerfiles/Dockerfile_test_issue_workdir

9 lines
205 B
Plaintext

FROM ubuntu
# Creates cache misses on main@1d2bff5 before #3340:
# Folders created implicitly by WORKDIR are not cached.
# As a workaround create them excplicitly with RUN
#
# RUN mkdir /app
WORKDIR /app