mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
9 lines
109 B
Docker
Executable File
9 lines
109 B
Docker
Executable File
FROM alpine:latest
|
|
|
|
RUN mkdir -p /workdir
|
|
WORKDIR /workdir
|
|
|
|
COPY . .
|
|
|
|
RUN mkdir -p ./tmp ./logs ./shell-apps
|