Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Archivist
/
sales_backend
Observar
1
Favorito
0
Fork
1
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
compile-time microoptimization
master
Archivist
6 anos atrás
pai
d70bfda43e
commit
12de0e332e
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
Ver arquivo
@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar