Initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
FROM swift:6.3.3
|
||||
|
||||
RUN apt-get update && apt-get install -y curl git ca-certificates
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_24.x | bash - && apt-get install -y nodejs
|
||||
Reference in New Issue
Block a user