mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-06-26 17:00:46 +00:00
Add docker deployment machinery
This commit is contained in:
@ -6,6 +6,8 @@ COPY ./docs /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
RUN npm install http-server
|
||||
|
||||
CMD ["npm", "start"]
|
||||
|
Reference in New Issue
Block a user