Skip to content

Commit

Permalink
add frontent dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
trog committed Dec 4, 2021
1 parent 824f0a5 commit 72bc392
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vue2/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM node:12
ADD . ./src
WORKDIR /src
RUN npm install
EXPOSE 8081

0 comments on commit 72bc392

Please sign in to comment.