Skip to content

Commit 9fcf5cb

Browse files
committed
Fix Dockerfile-alpine
1 parent 5f04c2e commit 9fcf5cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile-alpine

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM ruby:2.5.1-alpine
22

3+
ENV LANG=C.UTF-8
4+
35
WORKDIR /devdocs
46

57
COPY . /devdocs

0 commit comments

Comments
 (0)