Compare commits
4 Commits
architectu
...
73810d249d
| Author | SHA1 | Date | |
|---|---|---|---|
| 73810d249d | |||
| 2bc1aee888 | |||
| 7ac026eccb | |||
| 1b5d3e8eb1 |
@@ -60,6 +60,11 @@ COPY likes/models/ ./likes/models/
|
||||
COPY orders/__init__.py ./orders/__init__.py
|
||||
COPY orders/models/ ./orders/models/
|
||||
|
||||
# SX spec + library + web adapter files (loaded by OCaml kernel at runtime)
|
||||
COPY spec/ ./spec/
|
||||
COPY lib/ ./lib/
|
||||
COPY web/ ./web/
|
||||
|
||||
# OCaml SX kernel binary
|
||||
COPY --from=ocaml-build /home/opam/sx/_build/default/bin/sx_server.exe /app/bin/sx_server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user