update docker comment

This commit is contained in:
Collin M. Barrett 2019-04-27 10:46:58 -05:00
parent c78cf2cd18
commit ca071962ef

View file

@ -1,4 +1,5 @@
# docker build -f FilterLists.Api/Dockerfile .
# Context: src
# Command: docker build -f FilterLists.Api/Dockerfile .
FROM mcr.microsoft.com/dotnet/core/sdk:2.2-alpine AS build
WORKDIR /app