pull/661/merge
ah9807073 4 months ago committed by GitHub
commit d2d152f827
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,13 @@
FROM openjdk:8-jdk-alpine
# Set working directory
WORKDIR /yacy
# Copy the project files
COPY . .
# Expose YaCy port
EXPOSE 8090
# Start YaCy
CMD ["sh", "startYACY.sh"]

@ -0,0 +1 @@
{ "version": 2, "builds": [ { "src": "startYACY.sh", "use": "@vercel/static-build", "config": { "distDir": "public" } } ], "routes": [ { "src": "/(.*)", "dest": "/startYACY.sh" } ] }
Loading…
Cancel
Save