Skip to content

Commit

Permalink
try with mysql directly
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Jan 17, 2024
1 parent ebe1cd0 commit e393ab4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM alpine:3.18
RUN apk add --update --no-cache mysql-client
FROM mysql:8
RUN mkdir /out
ENTRYPOINT ["mysqldump"]

0 comments on commit e393ab4

Please sign in to comment.