fix: add missing gulpfile.js

This commit is contained in:
tdurieux
2024-04-05 12:30:47 +01:00
parent 11a6c06d11
commit c940c98b6e

View File

@@ -8,11 +8,12 @@ WORKDIR /app
COPY package.json .
COPY package-lock.json .
COPY gulpfile.js .
COPY tsconfig.json .
COPY healthcheck.js .
COPY src ./src
COPY public ./public
COPY src ./src
RUN npm install && npm run build && npm cache clean --force
COPY opentelemetry.js .