Skip to content

Commit ae46b95

Browse files
committed
testing
1 parent 90424b3 commit ae46b95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ WORKDIR /app
55
COPY ./app /app/
66

77
RUN mkdir -p /deb
8+
RUN mkdir -p /deb/deb
9+
10+
811
COPY ./pkg/*/ /deb/
12+
COPY ./pkg/deb/InRelease /deb/deb/
13+
914
RUN ls -la /deb/
1015

1116
RUN apt-get update

0 commit comments

Comments
 (0)