chore: update docker file
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
|
# syntax=docker/dockerfile:1-labs
|
||||||
|
# check=error=true
|
||||||
|
|
||||||
FROM ghcr.io/rochacbruno/marmite
|
FROM ghcr.io/rochacbruno/marmite
|
||||||
|
|
||||||
WORKDIR /input
|
ENV TZ="Etc/UTC"
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD ["--serve", "--bind", "0.0.0.0:3000"]
|
CMD ["--serve", "--bind", "0.0.0.0:3000"]
|
||||||
|
Reference in New Issue
Block a user