mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 10:52:53 +00:00
fix: add missing gulpfile.js
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user