mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-06-28 09:50:46 +00:00
Dockerfile, formatter and peertube embed
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM node:alpine
|
||||
|
||||
EXPOSE 8081
|
||||
|
||||
COPY ./docs /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm install http-server
|
||||
|
||||
CMD ["npm", "start"]
|
Reference in New Issue
Block a user