Skip to content

Mozart in a Docker container

Notifications You must be signed in to change notification settings

masmeert/mozart-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

docker-mozart

Run a .oz file

Simply create a Dockerfile with the following:

FROM mass301/mozart:latest

ADD yourapp.oz .
RUN ozc -c yourapp.oz
CMD ["ozengine", "yourapp.ozf"]

Releases

No releases published