mirror of
https://github.com/Ratstail91/sineql-demo.git
synced 2026-05-05 23:30:11 +10:00
Dockerized
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM node:16
|
||||
WORKDIR "/app"
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . /app
|
||||
EXPOSE 4000
|
||||
ENTRYPOINT ["bash", "-c"]
|
||||
CMD ["npm start"]
|
||||
Reference in New Issue
Block a user