Skip to content

Commit

Permalink
changed Dockerfile to install Z3
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi committed Oct 18, 2023
1 parent 12a171f commit b70670a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions WebSocketLanguageServer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
FROM node:18
# Create app directory
WORKDIR /usr/src/app

RUN apt-get update
RUN apt-get install z3

COPY package*.json ./

RUN npm install
Expand All @@ -10,4 +14,5 @@ COPY . .
EXPOSE 30000

RUN npm run build

CMD [ "npm", "run", "start" ]

0 comments on commit b70670a

Please sign in to comment.