4 lines
87 B
Docker
4 lines
87 B
Docker
|
FROM xena/christine.website
|
||
|
ENV PORT 5000
|
||
|
EXPOSE 5000
|
||
|
RUN apk add --no-cache bash
|