chore: update docker file

This commit is contained in:
Andrea 2025-05-28 09:00:48 +02:00
parent f1f58b54c0
commit 0c21ae247f

View File

@ -1,9 +1,14 @@
# syntax=docker/dockerfile:1-labs
# check=error=true
FROM ghcr.io/rochacbruno/marmite
WORKDIR /input
ENV TZ="Etc/UTC"
WORKDIR /app
COPY . ./
EXPOSE 3000
CMD ["--serve", "--bind", "0.0.0.0:3000"]
CMD ["--serve", "--bind", "0.0.0.0:3000"]