Skip to content

Commit

Permalink
small change to dockerfile to try to get this to work
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeady committed Mar 17, 2020
1 parent 9b51dcc commit 1ef55d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alpine:3
COPY ecs-service-logs /usr/local/bin/ecs-service-logs
ENTRYPOINT [ "ecs-service-logs" ]
COPY ecs-service-logs /
ENTRYPOINT [ "/ecs-service-logs" ]

0 comments on commit 1ef55d1

Please sign in to comment.