Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
[#50/feature] Upgrade services
Browse files Browse the repository at this point in the history
> current branch: master, issue link: #50
.docker/Dockerfile
  • Loading branch information
wilcorrea committed May 20, 2019
1 parent 4438173 commit 861c990
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ RUN apk --update add openssh-client git
# https://www.npmjs.com/package/@vue/cli-init
RUN npm install --global\
vue-cli\
@vue/cli@3.4.1\
@vue/cli-init@3.4.1
@vue/cli@3.7.0\
@vue/cli-init@3.7.0

# https://www.npmjs.com/package/@quasar/cli
# https://www.npmjs.com/package/http-server
RUN npm install --global\
@quasar/[email protected].3\
@quasar/[email protected].7\
[email protected]

RUN mkdir /home/node/app
Expand Down

0 comments on commit 861c990

Please sign in to comment.