fix(structure): formatted, ci updates and new readme

This commit is contained in:
2019-11-20 13:36:03 +00:00
parent 96a2992432
commit b21fe80109
5 changed files with 58 additions and 88 deletions

View File

@ -13,6 +13,6 @@ export interface IServiceCreationDescriptor {
ports: string[];
accessHostDockerSock?: boolean;
resources?: {
memorySizeMB: number
memorySizeMB: number;
};
}