Add Pascal

This commit is contained in:
SpaceEEC 2019-03-13 05:37:28 +01:00 committed by 1Computer1
parent 6d283cb3df
commit afa2533f51
4 changed files with 35 additions and 0 deletions

5
docker/pascal/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM frolvlad/alpine-fpc
LABEL author="SpaceEEC"
COPY run.sh /var/run/
WORKDIR /var/ws