Skip to content
Snippets Groups Projects
Commit 0a2a9141 authored by ale's avatar ale
Browse files

Add Dockerfile and README

parent 45472ae6
No related branches found
No related tags found
No related merge requests found
FROM node:current-bullseye AS assets
ADD . /src
WORKDIR /src
RUN npm install && ./node_modules/.bin/webpack
FROM registry.git.autistici.org/ai3/docker/static-content:master
COPY --from=assets /src/assets/ /var/www/
Simple admin dashboard for A/I.
Contains links to useful internal systems and account management tools.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment