testeranto 0.79.12 → 0.79.14

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 -14
  2. package/package.json +1 -1
@@ -6,22 +6,23 @@ RUN yarn install
6
6
  COPY ./src/ /usr/src/app/src
7
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
+ COPY ./tsconfig.json /usr/src/app/tsconfig.json
10
+ # RUN yarn testeranto-esbuild
11
+ # # COPY ./testeranto.json /usr/src/app/testeranto.json
12
+ # # COPY prebuild.sh /usr/src/app
13
+ # # COPY postBuild.sh /usr/src/app
13
14
 
14
15
 
15
- # RUN yarn build
16
+ # # RUN yarn build
16
17
 
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
18
+ # RUN cp ./node_modules/testeranto/dist/prebuild/TaskManBackEnd.mjs /usr/src/app/TaskManBackEnd.mjs
19
+ # RUN cp ./node_modules/testeranto/dist/prebuild/TaskManFrontEnd.js /usr/src/app/TaskManFrontEnd.js
20
+ # RUN cp ./node_modules/testeranto/dist/prebuild/TaskManFrontEnd.css /usr/src/app/TaskManFrontEnd.css
20
21
 
21
- # RUN ts-node-esm ./node_modules/testeranto/dist/prebuild/TaskManBackEnd.mjs
22
+ # # RUN ts-node-esm ./node_modules/testeranto/dist/prebuild/TaskManBackEnd.mjs
22
23
 
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"]
24
+ # EXPOSE 3000
25
+ # EXPOSE 27017
26
+ # ENV MONGO_HOST=host.docker.internal
27
+ # # CMD ['yarn', 'testeranto-testrun', '&', 'yarn', 'testeranto-taskman']
28
+ # 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.12",
4
+ "version": "0.79.14",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.mts",
7
7
  "module": "dist/module/index.js",