Skip to content

Commit

Permalink
Merge pull request #23 from Workiva/pub_publish
Browse files Browse the repository at this point in the history
Update Dockerfile to create a pub artifact
  • Loading branch information
rmconsole3-wf authored Apr 29, 2019
2 parents 7f7708e + 1787433 commit d8aac9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ RUN npm install
RUN echo "Starting the script section" && \
pub get && \
dartanalyzer lib example && \
tar czvf sockjs_client.pub.tgz LICENSE README.md pubspec.yaml analysis_options.yaml lib/ && \
echo "script section completed"
ARG BUILD_ARTIFACTS_BUILD=/build/pubspec.lock

ARG BUILD_ARTIFACTS_PUB=/build/sockjs_client.pub.tgz
RUN mkdir /audit/
ARG BUILD_ARTIFACTS_AUDIT=/audit/*

Expand Down

0 comments on commit d8aac9f

Please sign in to comment.