🔧 Added bash

This commit is contained in:
2025-02-21 11:08:49 -05:00
parent cb500f0fe4
commit 2399431fde

View File

@@ -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