Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
H
hisoutensoku-terminator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
hisoutensoku-terminator
Commits
e95ee2de
You need to sign in or sign up before continuing.
Commit
e95ee2de
authored
Jun 07, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
formats
parent
5eb8b2f8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
Dockerfile
Dockerfile
+4
-3
package.json
package.json
+2
-1
No files found.
Dockerfile
View file @
e95ee2de
FROM
node:buster-slim
RUN
npm
-g
install
typescript
ts-node
RUN
npm
-g
install
typescript
RUN
apt update
&&
\
apt
-y
install
build-essential python3
&&
\
...
...
@@ -7,6 +7,7 @@ RUN apt update && \
WORKDIR
/usr/src/app
COPY
package*.json ./
RUN
npm ci
RUN
npm ci
&&
\
npm run build
COPY
. ./
CMD
["
ts-node", "./run.t
s"]
CMD
["
node", "./run.j
s"]
package.json
View file @
e95ee2de
...
...
@@ -4,7 +4,8 @@
"description"
:
"I hate hisoutensoku"
,
"main"
:
"run.js"
,
"scripts"
:
{
"start"
:
"ts-node run.ts"
"build"
:
"tsc"
,
"start"
:
"node run.js"
},
"repository"
:
{
"type"
:
"git"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment