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 64b3752 commit 2075ef2Copy full SHA for 2075ef2
1 file changed
Docker/Dockerfile
@@ -6,7 +6,7 @@ RUN apk add --no-cache \
6
curl
7
8
# Copy the script
9
-COPY tempmail /usr/local/bin/
+COPY ../cli/tempmail /usr/local/bin/
10
RUN chmod +x /usr/local/bin/tempmail
11
12
# Set bash as the default shell
0 commit comments