chore: update docker file
This commit is contained in:
parent
f1f58b54c0
commit
0c21ae247f
@ -1,6 +1,11 @@
|
||||
# syntax=docker/dockerfile:1-labs
|
||||
# check=error=true
|
||||
|
||||
FROM ghcr.io/rochacbruno/marmite
|
||||
|
||||
WORKDIR /input
|
||||
ENV TZ="Etc/UTC"
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . ./
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user