Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Change to using templates for docker and compose files. #57

Merged
merged 2 commits into from
May 26, 2016

Conversation

NCarlsonMSFT
Copy link
Member

No description provided.

case 'aspnet:1.0.0-rc1-update1':
this._templateFolder = 'dnx';
break;
case 'dotnet:1.0.0-preview1':
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd explicitly set the value for this._templateFolder

@peterj
Copy link

peterj commented May 26, 2016

:shipit:

COPY . /app
RUN ["dotnet", "build", "-c", "<%= environment %>"]
EXPOSE <%= portNumber %>
ENTRYPOINT ["dotnet", "run"]
Copy link
Contributor

@saurabsa saurabsa May 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we just targeting deploying right now?

Copy link
Member Author

@NCarlsonMSFT NCarlsonMSFT May 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, these are just for getting an image built and a container running.


In reply to: 64834074 [](ancestors = 64834074)

@saurabsa
Copy link
Contributor

:shipit:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants