dependabot/npm_and_yarn/y18n-4.0.1
cn.yimian.xyz 4 years ago
parent 48e785c9a3
commit 19fbe06f63
  1. 15
      Dockerfile
  2. 2
      mksec.txt
  3. 4
      package.json
  4. 11
      pm2.json
  5. 0
      src/index.js
  6. 0
      src/mksec
  7. 0
      src/public/css/awsm.css
  8. 0
      src/public/css/awsm.min.css
  9. 0
      src/public/css/awsm_sealed.css
  10. 0
      src/public/css/awsm_sealed.min.css
  11. 0
      src/public/css/awsm_theme_big-stone._sealed.css
  12. 0
      src/public/css/awsm_theme_big-stone._sealed.min.css
  13. 0
      src/public/css/awsm_theme_big-stone.css
  14. 0
      src/public/css/awsm_theme_big-stone.min.css
  15. 0
      src/public/css/awsm_theme_black._sealed.css
  16. 0
      src/public/css/awsm_theme_black._sealed.min.css
  17. 0
      src/public/css/awsm_theme_black.css
  18. 0
      src/public/css/awsm_theme_black.min.css
  19. 0
      src/public/css/awsm_theme_gondola._sealed.css
  20. 0
      src/public/css/awsm_theme_gondola._sealed.min.css
  21. 0
      src/public/css/awsm_theme_gondola.css
  22. 0
      src/public/css/awsm_theme_gondola.min.css
  23. 0
      src/public/css/awsm_theme_mischka._sealed.css
  24. 0
      src/public/css/awsm_theme_mischka._sealed.min.css
  25. 0
      src/public/css/awsm_theme_mischka.css
  26. 0
      src/public/css/awsm_theme_mischka.min.css
  27. 0
      src/public/css/awsm_theme_pastel-pink._sealed.css
  28. 0
      src/public/css/awsm_theme_pastel-pink._sealed.min.css
  29. 0
      src/public/css/awsm_theme_pastel-pink.css
  30. 0
      src/public/css/awsm_theme_pastel-pink.min.css
  31. 0
      src/public/css/awsm_theme_pearl-lusta._sealed.css
  32. 0
      src/public/css/awsm_theme_pearl-lusta._sealed.min.css
  33. 0
      src/public/css/awsm_theme_pearl-lusta.css
  34. 0
      src/public/css/awsm_theme_pearl-lusta.min.css
  35. 0
      src/public/css/awsm_theme_tasman._sealed.css
  36. 0
      src/public/css/awsm_theme_tasman._sealed.min.css
  37. 0
      src/public/css/awsm_theme_tasman.css
  38. 0
      src/public/css/awsm_theme_tasman.min.css
  39. 0
      src/public/css/awsm_theme_white._sealed.css
  40. 0
      src/public/css/awsm_theme_white._sealed.min.css
  41. 0
      src/public/css/awsm_theme_white.css
  42. 0
      src/public/css/awsm_theme_white.min.css
  43. 0
      src/public/index.html
  44. 0
      src/public/login.html
  45. 0
      src/public/logout.html
  46. 0
      src/server.js
  47. 0
      src/test.js
  48. 0
      src/utilities/data.js

@ -0,0 +1,15 @@
FROM keymetrics/pm2:latest-alpine
# Bundle APP files
COPY src src/
COPY package.json .
COPY pm2.json .
# Install app dependencies
ENV NPM_CONFIG_LOGLEVEL warn
RUN npm install --production
# Show current folder structure in logs
RUN ls -al -R
CMD [ "pm2-runtime", "start", "pm2.json" ]

@ -1,2 +0,0 @@
license It also lists 23 cars, trucks, SUVs and other vehicles, and a box containing more than 60 license plates from "various states."
copyright And copyright notwithstanding, I look forward to the reception of future all-white productions!

@ -1,12 +1,12 @@
{
"name": "mksec",
"version": "2.1.0",
"main": "index.js",
"main": "src/index.js",
"repository": "git@github.com:IoTcat/sentence-generator.git",
"author": "iotcat <i@iotcat.me>",
"license": "MIT",
"bin": {
"mksec": "mksec"
"mksec": "src/mksec"
},
"dependencies": {
"body-parser": "^1.19.0",

@ -0,0 +1,11 @@
{
"name": "mksec",
"script": "src/server.js",
"instances": "2",
"env": {
"NODE_ENV": "development"
},
"env_production" : {
"NODE_ENV": "production"
}
}
Loading…
Cancel
Save