Sign inSign up

rashidw3/wavechatserver

By rashidw3

Updated over 6 years ago

Image
0

2.2K

rashidw3/wavechatserver repository overview

FROM rashidw3/node8xenial

COPY . /app
WORKDIR /app

RUN ln -s /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4 /usr/lib/libcurl.so.4 && \
   ln -s /usr/lib/x86_64-linux-gnu/liblua5.1.so /usr/lib/liblua.so && \
   ln -s /usr/lib/x86_64-linux-gnu/liblua5.1.a /usr/lib/liblua.a

RUN npm install

EXPOSE 80 8080

CMD ["pm2", "start", "app.js", "--no-daemon"]

Tag summary

Content type

Image

Digest

Size

287.3 MB

Last updated

over 7 years ago

docker pull rashidw3/wavechatserver