Removed comments in Dockerfile

This commit is contained in:
Lucien Cartier-Tilet 2020-04-30 19:30:58 +02:00
parent b4efb4b56d
commit 9db0e8fc12
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 0 additions and 3 deletions

View File

@ -6,11 +6,8 @@ RUN mkdir /pub-cache
ENV PUB_CACHE=/pub-cache
ENV PATH="${PATH}:/pub-cache/bin"
RUN pub global activate webdev
# RUN pub global activate stagehand
ADD pubspec.* /app/
RUN pub get
ADD . /app/
RUN pub get --offline
# EXPOSE 8010