Add glsl loader

This commit is contained in:
schmelczerandras 2020-07-20 15:52:18 +02:00
parent ac66c91000
commit ef315b7089
15 changed files with 150 additions and 150 deletions

View file

@ -1,12 +1,9 @@
FROM python:3.8-alpine as build-error-pages
FROM error-pages as build-error-pages
WORKDIR /home/python
COPY error-pages .
RUN python build.py
RUN python build.py 403 404 50x
FROM node:latest as build-webpage
WORKDIR /home/node
COPY src src