mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-08 14:47:59 +02:00
fix: add missing gulpfile.js
This commit is contained in:
+2
-1
@@ -8,11 +8,12 @@ WORKDIR /app
|
|||||||
COPY package.json .
|
COPY package.json .
|
||||||
COPY package-lock.json .
|
COPY package-lock.json .
|
||||||
|
|
||||||
|
COPY gulpfile.js .
|
||||||
COPY tsconfig.json .
|
COPY tsconfig.json .
|
||||||
COPY healthcheck.js .
|
COPY healthcheck.js .
|
||||||
|
|
||||||
COPY src ./src
|
|
||||||
COPY public ./public
|
COPY public ./public
|
||||||
|
COPY src ./src
|
||||||
|
|
||||||
RUN npm install && npm run build && npm cache clean --force
|
RUN npm install && npm run build && npm cache clean --force
|
||||||
COPY opentelemetry.js .
|
COPY opentelemetry.js .
|
||||||
|
|||||||
Reference in New Issue
Block a user