We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f03c6 commit 4dadca4Copy full SHA for 4dadca4
Dockerfile
@@ -1,4 +1,4 @@
1
FROM alpine:3.13
2
-COPY siren /usr/bin/siren
+COPY siren .
3
EXPOSE 8080
4
-CMD ["siren"]
+ENTRYPOINT ["./siren"]
0 commit comments