feat: Implement draft version of the code execution app

This commit is contained in:
Faruk AYDIN
2024-07-29 16:02:15 +02:00
committed by Ali BARIN
parent 09d3a06b27
commit c99b9dbe0a
8 changed files with 585 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ FROM node:18-alpine
ENV PORT=3000
RUN \
apk --no-cache add --virtual build-dependencies python3 build-base git
apk --no-cache add --virtual build-dependencies python3 build-base git make g++
WORKDIR /automatisch