Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
tenuki committed Apr 23, 2024
1 parent 7e99774 commit dfece99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
12 changes: 2 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
FROM coinfabrik/scout-image:latest

SHELL ["/bin/bash", "-c"]

WORKDIR /usr/src/myapp
# Copy source code
WORKDIR /scoutme
COPY . .

COPY entrypoint.sh /usr/src/myapp/entrypoint.sh
RUN chmod +xr /usr/src/myapp/entrypoint.sh

ENTRYPOINT ["/usr/src/myapp/entrypoint.sh"]

ENV PROJECT_DIR=$TARGET
29 changes: 0 additions & 29 deletions Dockerfile.test

This file was deleted.

9 changes: 0 additions & 9 deletions entrypoint.sh

This file was deleted.

0 comments on commit dfece99

Please sign in to comment.