Skip to content

Commit f48d6b3

Browse files
committed
continue troubleshooting Dockerfile COPY
1 parent 0a2ad1f commit f48d6b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#syntax=docker/dockerfile:1.2
12
FROM python:3.9-slim-buster
2-
COPY ./dist/netfoundry-*.tar.gz /tmp/
3+
COPY dist/netfoundry-*.tar.gz /tmp/
34
RUN pip install --upgrade pip
45
RUN pip install /tmp/netfoundry-*.tar.gz
56
RUN rm -f /tmp/netfoundry-*.tar.gz

0 commit comments

Comments
 (0)