Skip to content

Commit 4dadca4

Browse files
authored
build: update docker file entry point (#46)
1 parent 74f03c6 commit 4dadca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM alpine:3.13
2-
COPY siren /usr/bin/siren
2+
COPY siren .
33
EXPOSE 8080
4-
CMD ["siren"]
4+
ENTRYPOINT ["./siren"]

0 commit comments

Comments
 (0)