Skip to content

Commit

Permalink
Merge pull request #5 from jachwe/main
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
AlexanderWollbrink committed Oct 19, 2023
2 parents ca20ce0 + 3217b48 commit c192f6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
FROM node:lts-alpine3.16 as build
WORKDIR /usr/src/app
COPY . .
RUN apk add g++ make py3-pip
RUN npm install -w=aas-server -w=aas-portal
RUN node create-app-info.js
RUN npm run build
Expand Down

0 comments on commit c192f6f

Please sign in to comment.