Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ann125697 committed Feb 20, 2024
1 parent 1ba84f3 commit 79ba083
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Taipei-City-Dashboard-FE/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM node:20.11.1-alpine3.19

WORKDIR /opt/aipei-City-Dashboard-FE

COPY ./ ./

RUN npm install

CMD ["npm", "start"]

0 comments on commit 79ba083

Please sign in to comment.