Skip to content

Commit 5d40faa

Browse files
aodj-snjallgognmax-doppelt
authored andcommitted
fix: casing in Dockerfile commands
1 parent e68549f commit 5d40faa

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.5.1-bullseye as install
1+
FROM node:20.5.1-bullseye AS install
22

33
RUN mkdir -p /src
44
WORKDIR /src

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"scripts": {
1111
"lint": "eslint -c .eslintrc --ext .ts ./src",
1212
"lint-fix": "eslint -c .eslintrc --ext .ts ./src --fix ",
13-
"postinstall": "npx tsc",
14-
"dev": "tsc-watch --onSuccess \"node ./build/app.js\"",
15-
"start": "npx tsc && node --max-old-space-size=8192 ./build/app.js"
13+
"postinstall": "npx tsc && node src/index.js",
14+
"dev": "tsc-watch --onSuccess \"node ./build/app.js\" && node src/index.js",
15+
"start": "npx tsc && node --max-old-space-size=8192 ./build/app.js && node src/index.js"
1616
},
1717
"author": "Luis Weir",
1818
"license": "ISC",

src/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)