Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menambahkan opsi penggunaan docker #45

Merged
merged 42 commits into from
Jun 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
bf5a2cd
feat: experiment push docker
reacto11mecha Jun 22, 2024
01d55aa
feat: trigger setiap push
reacto11mecha Jun 22, 2024
97c341a
fix: mengikuti docs turborepo
reacto11mecha Jun 22, 2024
b20905c
fix: rename
reacto11mecha Jun 22, 2024
ccdcc38
feat: menambahkan db migrator
reacto11mecha Jun 22, 2024
ac31e1f
feat: menambahkan shell script untuk start web docker
reacto11mecha Jun 22, 2024
787ff9e
fix: lupa tsup
reacto11mecha Jun 22, 2024
5a39906
fix: build typing sebelum actual build
reacto11mecha Jun 22, 2024
64a1775
fix: ganti posisi
reacto11mecha Jun 22, 2024
95597f8
fix: di ignore
reacto11mecha Jun 22, 2024
75b6f31
fix: rename ignore
reacto11mecha Jun 22, 2024
3fd6522
fix: mencoba untuk buat typing pada saat build api
reacto11mecha Jun 22, 2024
235f64e
fix: build -> type-build
reacto11mecha Jun 22, 2024
80a885c
fix: debug process
reacto11mecha Jun 22, 2024
974f99d
fix: harus ditambah ke daftar allow env
reacto11mecha Jun 22, 2024
cb8ffe6
fix: debug env (lagi)
reacto11mecha Jun 22, 2024
b132494
fix: update global env
reacto11mecha Jun 22, 2024
7c97cf8
fix: mau ga mau
reacto11mecha Jun 22, 2024
5bbc72e
fix: system wide?
reacto11mecha Jun 22, 2024
6c1afc2
fix?
reacto11mecha Jun 22, 2024
ac951f0
fix??
reacto11mecha Jun 22, 2024
033f043
fix???
reacto11mecha Jun 22, 2024
d60ca9e
fix: harus versi stabil dulu kah
reacto11mecha Jun 22, 2024
c66de1f
fix: init dulu, abistu install
reacto11mecha Jun 22, 2024
42d91c3
fix: output langsung nama file spesifik
reacto11mecha Jun 22, 2024
e118e90
fix: memperbaiki db-migrate
reacto11mecha Jun 22, 2024
e502a4d
fix: set linker menjadi node modules
reacto11mecha Jun 22, 2024
75b9752
chore: debug lagi
reacto11mecha Jun 22, 2024
65b9af3
chore: debug lagi (2)
reacto11mecha Jun 22, 2024
d3332f1
fix: salah file
reacto11mecha Jun 22, 2024
c113ef8
fix: menyalakan support standalone
reacto11mecha Jun 22, 2024
0477758
feat: mengaktifkan push dockerhub
reacto11mecha Jun 22, 2024
9fa2a05
feat: memperbaiki auth js
reacto11mecha Jun 22, 2024
5985094
feat: memperbaiki script migrator
reacto11mecha Jun 22, 2024
c85372f
feat: memperbaiki db migrator
reacto11mecha Jun 22, 2024
e5aebdb
fix: buat folder uploads
reacto11mecha Jun 24, 2024
0f8c1b3
fix: memperbaiki versi package
reacto11mecha Jun 24, 2024
5c85e1f
fix: what
reacto11mecha Jun 24, 2024
64767cc
fix: memperbaiki typing
reacto11mecha Jun 24, 2024
3a8082c
fix: lint
reacto11mecha Jun 24, 2024
ec4872d
feat: menambahkan docker compose
reacto11mecha Jun 24, 2024
314b0b3
feat: ketinggalan
reacto11mecha Jun 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: system wide?
reacto11mecha committed Jun 22, 2024
commit 5bbc72e076b2e56a94cef4b0851de0f535a28afd
1 change: 1 addition & 0 deletions apps/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ RUN <<EOF
apt-get update -y
apt-get install libc6 libc++1 bash -y
corepack enable
yarn version set 4.2.2
EOF

FROM base AS with-turbo