Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
32f0672934
@ -1,6 +1,8 @@
|
||||
FROM alpine:3.14
|
||||
|
||||
RUN apk update && apk add --no-cache nodejs npm make g++
|
||||
RUN apk update && apk add --no-cache nodejs npm make g++ git
|
||||
|
||||
RUN git clone https://github.com/oatpp/oatpp.git && cd oatpp/ && mkdir build && cd build && cmake .. && make install
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@ -11,4 +13,3 @@ RUN npm install
|
||||
CMD ["npm", "run", "build"]
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user