We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efc0e7 commit 8ec6e86Copy full SHA for 8ec6e86
Dockerfile
@@ -5,6 +5,7 @@ WORKDIR /app
5
COPY ./app /app/
6
7
RUN mkdir -p /deb
8
+RUN stat /deb
9
COPY ./deb /deb/
10
11
0 commit comments