chore: update docker file
This commit is contained in:
parent
f1f58b54c0
commit
0c21ae247f
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user