This website works better with JavaScript.
Home
Explore
Help
Sign In
JustAnotherArchivist
/
transfer.sh
forked from
kiska/transfer.sh
Watch
1
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
removed redundant parameter in expose instruction. (
#173
)
tags/v1.0.0
Berkant
6 years ago
committed by
Andrea Spacca
parent
6982590cb0
commit
1ffd3d0c49
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
View File
@@ -12,4 +12,4 @@ COPY --from=build /go/bin/transfersh /go/bin/transfersh
ENTRYPOINT ["/go/bin/transfersh", "--listener", ":8080"]
EXPOSE 8080
8080
EXPOSE 8080
Write
Preview
Loading…
Cancel
Save