This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
sales_backend
關註
1
收藏
0
複製
1
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
compile-time microoptimization
master
Archivist
6 年之前
父節點
d70bfda43e
當前提交
12de0e332e
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
查看文件
@ -5,6 +5,6 @@ COPY . /opt/app/
RUN
cd
/opt/app
&&
\
shards
RUN
cd
/opt/app/
&&
crystal build --release src/sales_backend.cr
RUN
cd
/opt/app/
&&
crystal build --
mcpu
$(
gcc -march
=
native -Q --help
=
target
|
grep march
|
awk
'{print $2}'
|
head -n 1
)
--
release src/sales_backend.cr
CMD
/opt/app/sales_backend
Write
Preview
Loading…
取消
儲存