1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-20 04:23:16 +00:00

Add Makefile and docker-compose for local setup

This commit is contained in:
2025-07-01 13:07:42 +02:00
parent 9201a9c02c
commit 2dc2b8cf44
5 changed files with 94 additions and 3 deletions
+3 -1
View File
@@ -32,4 +32,6 @@ COPY src/app.config .
RUN mkdir -p /opt/saxon && \
curl -L -o /opt/saxon/saxon-he.jar https://repo1.maven.org/maven2/net/sf/saxon/Saxon-HE/11.6/Saxon-HE-11.6.jar
# Puerto por defecto (puede ser sobre
# Exponer el puerto por defecto y ejecutar el binario
EXPOSE 8000
CMD ["./server"]