testeranto 0.79.11 → 0.79.13

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.
Files changed (2) hide show
  1. package/TaskMan1.Dockerfile +15 -15
  2. package/package.json +1 -1
@@ -4,24 +4,24 @@ WORKDIR /usr/src/app
4
4
  COPY package.json /usr/src/app
5
5
  RUN yarn install
6
6
  COPY ./src/ /usr/src/app/src
7
- COPY ./subPackages/ /usr/src/app/subPackages/
7
+ COPY ./subPackages/ /usr/src/app/subPackages
8
8
  COPY ./testeranto.mts /usr/src/app/testeranto.mts
9
- RUN yarn testeranto-esbuild
10
- # COPY ./testeranto.json /usr/src/app/testeranto.json
11
- # COPY prebuild.sh /usr/src/app
12
- # COPY postBuild.sh /usr/src/app
9
+ # RUN yarn testeranto-esbuild
10
+ # # COPY ./testeranto.json /usr/src/app/testeranto.json
11
+ # # COPY prebuild.sh /usr/src/app
12
+ # # COPY postBuild.sh /usr/src/app
13
13
 
14
14
 
15
- # RUN yarn build
15
+ # # RUN yarn build
16
16
 
17
- RUN cp ./node_modules/testeranto/dist/prebuild/TaskManBackEnd.mjs /usr/src/app/TaskManBackEnd.mjs
18
- RUN cp ./node_modules/testeranto/dist/prebuild/TaskManFrontEnd.js /usr/src/app/TaskManFrontEnd.js
19
- RUN cp ./node_modules/testeranto/dist/prebuild/TaskManFrontEnd.css /usr/src/app/TaskManFrontEnd.css
17
+ # RUN cp ./node_modules/testeranto/dist/prebuild/TaskManBackEnd.mjs /usr/src/app/TaskManBackEnd.mjs
18
+ # RUN cp ./node_modules/testeranto/dist/prebuild/TaskManFrontEnd.js /usr/src/app/TaskManFrontEnd.js
19
+ # RUN cp ./node_modules/testeranto/dist/prebuild/TaskManFrontEnd.css /usr/src/app/TaskManFrontEnd.css
20
20
 
21
- # RUN ts-node-esm ./node_modules/testeranto/dist/prebuild/TaskManBackEnd.mjs
21
+ # # RUN ts-node-esm ./node_modules/testeranto/dist/prebuild/TaskManBackEnd.mjs
22
22
 
23
- EXPOSE 3000
24
- EXPOSE 27017
25
- ENV MONGO_HOST=host.docker.internal
26
- # CMD ['yarn', 'testeranto-testrun', '&', 'yarn', 'testeranto-taskman']
27
- CMD ["node", "./TaskManBackEnd.mjs"]
23
+ # EXPOSE 3000
24
+ # EXPOSE 27017
25
+ # ENV MONGO_HOST=host.docker.internal
26
+ # # CMD ['yarn', 'testeranto-testrun', '&', 'yarn', 'testeranto-taskman']
27
+ # CMD ["node", "./TaskManBackEnd.mjs"]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "testeranto",
3
3
  "description": "teeny tiny tightly-typed typescript tests",
4
- "version": "0.79.11",
4
+ "version": "0.79.13",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.mts",
7
7
  "module": "dist/module/index.js",