This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
compsci-industry
/
TechEmpower.FrameworkBenchmarks
同期ミラー
https://github.com/TechEmpower/FrameworkBenchmarks.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
94a694397d
ブランチ
タグ
dependabot/cargo/frameworks/Rust/trillium/zerocopy-0.7.31
dependabot/pip/frameworks/Python/litestar/litestar-2.17.0
fix-reverse-order
master
R23
R21
R22
R20
R19
R18
R17
R16
R15
R14
R13
R12
R11
round-10
R10
go/setup.py
R9-ec2
R9
R8
R7
v2
v3
TechEmpower.Fra...
/
frameworks
/
JavaScript
/
express
/
express.dockerfile
express.dockerfile
100 B
履歴
Raw
1
2
3
4
5
6
7
8
9
FROM node:12.3.1-slim
COPY ./ ./
RUN npm install
ENV NODE_ENV production
CMD ["node", "app.js"]