Skip to content

Commit

Permalink
chore: fix problem with dose naming, reviving kinderformularium webcr…
Browse files Browse the repository at this point in the history
…awler, update docker build docs
  • Loading branch information
Casper Bollen authored and Casper Bollen committed Nov 9, 2023
1 parent b3ff79d commit a76f4bc
Show file tree
Hide file tree
Showing 5 changed files with 1,355 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ This will create a production ready docker image:
```bash
docker build -t [USERNAME]/genpres .
```
**Note**: this will build using the local processor architecture.

To build on a MacOs M1 and still want to publish for an ARM64
```
docker build --platform linux/amd64 -t halcwb/genpres .
```

To run the docker image locally:

Expand Down
1 change: 1 addition & 0 deletions src/Informedica.GenForm.Lib/Informedica.GenForm.Lib.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<Compile Include="PrescriptionRule.fs" />
<None Include="Scripts\load.fsx" />
<None Include="Scripts\Scripts.fsx" />
<None Include="Scripts\PedFormParser.fsx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Informedica.Utils.Lib\Informedica.Utils.Lib.fsproj" />
Expand Down
Loading

0 comments on commit a76f4bc

Please sign in to comment.