mirror of
https://gitlab.durp.info/durfy/apps/durpot.git
synced 2026-05-07 07:50:32 -05:00
initial commit
This commit is contained in:
commit
95c3219bf6
7 changed files with 2233 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM node:latest
|
||||
WORKDIR /usr/src/app
|
||||
#COPY package*.json ./
|
||||
#RUN npm install
|
||||
COPY $CI_PROJECT_DIR /usr/src/app
|
||||
CMD [ "node", "." ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue