mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2026-08-15 13:50:16 +00:00
Dockerfile, formatter and peertube embed
This commit is contained in:
+11
@@ -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