diff --git a/Dockerfile b/Dockerfile index 4bfb8e1..b8821ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,9 @@ COPY package.json package-lock.json ./ COPY moleculer.config.ts ./ COPY tsconfig.json ./ +RUN apt-get update && apt-get install -y \ + bash + # Install application dependencies RUN npm install RUN npm install -g typescript ts-node