move docker files to root directory
This commit is contained in:
parent
2329fd9ac8
commit
f777f4575e
2 changed files with 4 additions and 4 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM node:lts-alpine
|
||||
|
||||
ADD ./ /app
|
||||
WORKDIR /app
|
||||
RUN npm install
|
||||
EXPOSE 8080
|
||||
Loading…
Add table
Add a link
Reference in a new issue