Passage à ASP.NET vNext
This commit is contained in:
parent
ea90fefc31
commit
388b004837
1929 changed files with 104611 additions and 235941 deletions
11
Yavsc/Dockerfile
Normal file
11
Yavsc/Dockerfile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
FROM microsoft/aspnet:1.0.0-rc1-update1
|
||||
|
||||
RUN printf "deb http://ftp.us.debian.org/debian jessie main\n" >> /etc/apt/sources.list
|
||||
RUN apt-get -qq update && apt-get install -qqy sqlite3 libsqlite3-dev && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN ["dnu", "restore"]
|
||||
|
||||
EXPOSE 5001/tcp
|
||||
ENTRYPOINT ["dnx", "-p", "project.json", "web"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue