Skip to content

Commit 88a8a31

Browse files
author
Diego Najar
committed
fix for Docker build from DockerHub
When using COPY with more than one source file, the destination must be a directory and end with a /
1 parent 0747031 commit 88a8a31

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
@@ -20,7 +20,7 @@ RUN adduser -D $USER
2020
USER $USER
2121
WORKDIR $HOME
2222

23-
COPY files/* $HOME
23+
COPY files/* $HOME/
2424

2525
EXPOSE 9000
2626
CMD ["python3", "-u", "main.py"]

0 commit comments

Comments
 (0)