Skip to content

Commit

Permalink
Added alias in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arturkasperek committed Feb 24, 2019
1 parent 28b55d2 commit b0b554f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ RUN mkdir -p /usr/compiler-runtime
RUN mkdir -p /usr/workspace
WORKDIR /usr/workspace
COPY ./src/DaedalusCompiler/bin/Release/netcoreapp2.1/publish /usr/compiler-runtime
RUN echo 'alias daedalus-compiler="dotnet /usr/compiler-runtime/DaedalusCompiler.dll"' >> ~/.bashrc
ENTRYPOINT ["dotnet", "/usr/compiler-runtime/DaedalusCompiler.dll"]

0 comments on commit b0b554f

Please sign in to comment.