Skip to content

Commit

Permalink
fix: remove python install from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfaron committed Mar 21, 2024
1 parent 639d271 commit 1f8410f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
FROM node:lts-alpine3.16 as build
WORKDIR /usr/src/app
COPY . .
RUN apk add g++ make py3-pip
RUN npm install
RUN node create-app-info.js
RUN npm run build
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.aas-server
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ ENV ENDPOINTS=["\"file:///samples?name=Samples\""]
ENV NODE_ENV=production

EXPOSE 1337
EXPOSE 1338
CMD ["node", "aas-server.js" ]

0 comments on commit 1f8410f

Please sign in to comment.