initial commit
This commit is contained in:
commit
fe1d0c6f3d
2
.dockerignore
Normal file
2
.dockerignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
.dockerignore
|
||||
Dockerfile
|
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
ARG PICTRS_VERSION
|
||||
FROM asonix/pictrs:${PICTRS_VERSION}
|
||||
|
||||
USER root
|
||||
RUN apk add --no-cache tini
|
||||
|
||||
USER app
|
Loading…
Reference in a new issue