Merge 526c083ab5 into 33a93a12b4
This commit is contained in:
6
public/Dockerfile
Normal file
6
public/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM node:lts-alpine
|
||||
RUN npm install -g http-server
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
EXPOSE 8080
|
||||
CMD [ "http-server" ]
|
||||
Reference in New Issue
Block a user