Skip to content

Commit

Permalink
Merge pull request #4 from ScilifelabDataCentre/dockerfile_branch
Browse files Browse the repository at this point in the history
Added dockerfile
  • Loading branch information
SevLG authored Dec 21, 2023
2 parents 1e8f491 + 3b3d6f4 commit f764237
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM node:21-alpine

WORKDIR /react-app/

COPY /react-app/ /react-app/

RUN npm install

CMD ["npm", "start"]

0 comments on commit f764237

Please sign in to comment.