testeranto 0.79.48 → 0.79.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Report.Dockerfile +2 -2
- package/package.json +1 -1
package/Report.Dockerfile
CHANGED
|
@@ -21,7 +21,7 @@ COPY ./tsconfig.json /usr/src/app/tsconfig.json
|
|
|
21
21
|
COPY ./init.mts /usr/src/app/init.mts
|
|
22
22
|
COPY ./report.mts /usr/src/app/report.mts
|
|
23
23
|
RUN yarn run init
|
|
24
|
-
RUN yarn report
|
|
24
|
+
# RUN yarn report
|
|
25
25
|
# COPY ./docs/ /usr/src/app/docs
|
|
26
26
|
# # COPY ./testeranto.json /usr/src/app/testeranto.json
|
|
27
27
|
# # COPY prebuild.sh /usr/src/app
|
|
@@ -40,4 +40,4 @@ EXPOSE 3000
|
|
|
40
40
|
EXPOSE 27017
|
|
41
41
|
ENV MONGO_HOST=host.docker.internal
|
|
42
42
|
# # CMD ['yarn', 'testeranto-testrun', '&', 'yarn', 'testeranto-taskman']
|
|
43
|
-
CMD ["
|
|
43
|
+
CMD ["yarn", "report"]
|