diff --git a/Dockerfile b/Dockerfile index 10706ec..42d2c5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:latest +FROM debian:12 # Install dependencies RUN apt-get update diff --git a/package.json b/package.json index a1170cb..cd0889f 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "start": "node src/app.js", "start:container": "docker compose up -d --build", "stop:container": "docker compose down", + "migrate": "npx sequelize-cli db:migrate", "build": "webpack", "watch": "webpack --watch", "cli": "node src/cli.js",