mirror of
https://github.com/cheveguerra/ws-api-node.git
synced 2026-04-17 19:36:23 +00:00
asdasd
asdasdad
This commit is contained in:
20
Dockerfile
Normal file
20
Dockerfile
Normal file
@@ -0,0 +1,20 @@
|
||||
FROM node:12.22.0-buster
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y \
|
||||
chromium \
|
||||
libatk-bridge2.0-0 \
|
||||
libxkbcommon0 \
|
||||
libwayland-client0 \
|
||||
libgtk-3-0 && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY package.json .
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
CMD ["npm", "start"]
|
||||
Reference in New Issue
Block a user