mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +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
|