fix typo
This commit is contained in:
parent
61d65e9bac
commit
430d14a9e7
11
Dockerfile
11
Dockerfile
@ -15,14 +15,3 @@ COPY Gemfile.lock /usr/src/app/
|
||||
RUN bundle install
|
||||
|
||||
COPY . /usr/src/app
|
||||
|
||||
# set locale
|
||||
# RUN apt-get install -y locales
|
||||
# RUN dpkg-reconfigure locales && \
|
||||
# locale-gen C.UTF-8 && \
|
||||
# /usr/sbin/update-locale LANG=C.UTF-8
|
||||
# RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && \
|
||||
# locale-gen
|
||||
# ENV LC_ALL C.UTF-8
|
||||
# ENV LANG en_US.UTF-8
|
||||
# ENV LANGUAGE en_US.UTF-8
|
15
README.md
15
README.md
@ -1,17 +1,12 @@
|
||||
# uechi.io [](https://travis-ci.org/uetchy/uetchy.github.io)
|
||||
# uechi.io
|
||||
|
||||
[](https://travis-ci.org/uetchy/uetchy.github.io)
|
||||
|
||||
## Build
|
||||
|
||||
```
|
||||
script/bootstrap
|
||||
script/server
|
||||
```
|
||||
|
||||
### Docker
|
||||
|
||||
```
|
||||
docker-compose build
|
||||
docker-compose up
|
||||
docker-compose run web bundle install
|
||||
docker-compose up --build
|
||||
```
|
||||
|
||||
## Test
|
||||
|
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
# usage: script/bootstrap
|
||||
#
|
||||
# Setup dev env
|
||||
|
||||
gem install bundler
|
||||
bundle install
|
||||
npm install
|
@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
# usage: script/server
|
||||
#
|
||||
# Run the jekyll server
|
||||
|
||||
bundle exec jekyll serve --baseurl '' --watch --drafts --unpublished
|
Loading…
x
Reference in New Issue
Block a user