move docker files to root directory

This commit is contained in:
liamcottle
2024-06-15 14:48:42 +12:00
parent 2329fd9ac8
commit f777f4575e
2 changed files with 4 additions and 4 deletions

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM node:lts-alpine
ADD ./ /app
WORKDIR /app
RUN npm install
EXPOSE 8080