8 lines
82 B
Docker
8 lines
82 B
Docker
FROM writeas/writefreely
|
|
|
|
COPY config.ini .
|
|
|
|
EXPOSE 8080
|
|
|
|
CMD ["bin/writefreely"]
|