Skip to content

Commit

Permalink
use ubuntu instead
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Nov 3, 2023
1 parent f085ddf commit 0cef18c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine
FROM ubuntu:jammy

RUN apk update && apk add mysql-client bash ncurses
RUN apt-get update && apt-get install -y mysql-client bash

WORKDIR app
WORKDIR /app

ADD . .

CMD bash migrate.sh
CMD ["bash", "migrate.sh"]

0 comments on commit 0cef18c

Please sign in to comment.