Skip to content

Commit

Permalink
task: removing some expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Sep 23, 2024
1 parent 64b92f2 commit d2e12e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ COPY --from=builder /src/app/bin/tasks /bin/
COPY --from=builder /src/app/config/crontab /usr/config/crontab

WORKDIR /usr/
RUN which app
RUN which migrate

RUN cat config/crontab

SHELL ["/bin/ash", "-c"]
CMD migrate && app

0 comments on commit d2e12e1

Please sign in to comment.