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

Add Azure Container Instances guidance #20

Merged
merged 31 commits into from
Dec 5, 2023
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
9259b57
Update Dockerfile & draft doc update
jonathanalgar Oct 5, 2023
2319f96
Make FAQ
jonathanalgar Oct 5, 2023
83f8d13
tweaks
jonathanalgar Oct 6, 2023
9ff57e9
add more detail
jonathanalgar Oct 6, 2023
992a0b8
revision
jonathanalgar Oct 6, 2023
7f0d07d
Reverse Dockerfile update
jonathanalgar Oct 9, 2023
2993d67
Reverse Dockerfile update
jonathanalgar Oct 9, 2023
2138d30
Added info on how to run with a command line.
joaomvalentim Oct 17, 2023
d7e7ce2
Update README.md
jonathanalgar Oct 20, 2023
20d86fb
remove ACI section
jonathanalgar Dec 5, 2023
b47f1b0
fix documentation in entry point
bmartins-unit Nov 29, 2023
aab19b1
Add ACI guidance back to seperate FAQ.md
jonathanalgar Dec 5, 2023
743f94f
fix format
jonathanalgar Dec 5, 2023
d2df891
Update Dockerfile & draft doc update
jonathanalgar Oct 5, 2023
af4f690
Make FAQ
jonathanalgar Oct 5, 2023
bf36764
tweaks
jonathanalgar Oct 6, 2023
f384fa7
add more detail
jonathanalgar Oct 6, 2023
d35ea7f
revision
jonathanalgar Oct 6, 2023
e9b59a0
Reverse Dockerfile update
jonathanalgar Oct 9, 2023
760cad1
Reverse Dockerfile update
jonathanalgar Oct 9, 2023
9d07d06
Added info on how to run with a command line.
joaomvalentim Oct 17, 2023
3a5f285
Update README.md
jonathanalgar Oct 20, 2023
a845651
remove ACI section
jonathanalgar Dec 5, 2023
82ad02d
fix documentation in entry point
bmartins-unit Nov 29, 2023
b425954
Add ACI guidance back to seperate FAQ.md
jonathanalgar Dec 5, 2023
c5521d3
fix format
jonathanalgar Dec 5, 2023
4c7aef9
Merge branch 'update-azure-aci-guidance' of https://github.com/OutSys…
jonathanalgar Dec 5, 2023
3421a9f
fix Dockerfile
jonathanalgar Dec 5, 2023
97a370f
Fix Dockerfile
jonathanalgar Dec 5, 2023
1021c47
Add whitespace so no diff
jonathanalgar Dec 5, 2023
4939eb8
fix Dockerfile
jonathanalgar Dec 5, 2023
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
Reverse Dockerfile update
  • Loading branch information
jonathanalgar committed Dec 5, 2023
commit 2993d673730d4a295c3d5fd62b7424f108397705
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dockerfile
FROM alpine
COPY outsystemscc /app
ENTRYPOINT ["/app"]
ENTRYPOINT ["/app"]